mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-02 23:31:25 -07:00
Bug fixes for GCP modules (#53879)
This commit is contained in:
parent
e8e69bf069
commit
b429ba61dc
33 changed files with 1093 additions and 1091 deletions
|
@ -119,14 +119,14 @@ extends_documentation_fragment: gcp
|
|||
EXAMPLES = '''
|
||||
- name: create a interconnect attachment
|
||||
gcp_compute_interconnect_attachment:
|
||||
name: "test_object"
|
||||
region: us-central1
|
||||
project: "test_project"
|
||||
auth_kind: "serviceaccount"
|
||||
interconnect: https://googleapis.com/compute/v1/projects/test_project/global/interconnects/...
|
||||
router: https://googleapis.com/compute/v1/projects/test_project/regions/us-central1/routers/...
|
||||
service_account_file: "/tmp/auth.pem"
|
||||
state: present
|
||||
name: test_object
|
||||
region: us-central1
|
||||
project: test_project
|
||||
auth_kind: serviceaccount
|
||||
interconnect: https://googleapis.com/compute/v1/projects/test_project/global/interconnects/...
|
||||
router: https://googleapis.com/compute/v1/projects/test_project/regions/us-central1/routers/...
|
||||
service_account_file: "/tmp/auth.pem"
|
||||
state: present
|
||||
register: disk
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue