mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-25 22:30:29 -07:00
* done * first try! * copyright * changing examples * removing google provider * test fixes Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
79e3fe4704
commit
0be2684fe5
10 changed files with 1966 additions and 0 deletions
|
@ -133,6 +133,7 @@ EXAMPLES = '''
|
|||
- name: create a SSL certificate
|
||||
google.cloud.gcp_compute_ssl_certificate:
|
||||
name: test_object
|
||||
region: us-central1
|
||||
description: A certificate for testing. Do not use this certificate in production
|
||||
certificate: |-
|
||||
-----BEGIN CERTIFICATE-----
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue