mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-16 01:45:31 -07:00
Ansible integration test fixes - pt 2 (#147)
<!-- This change is generated by MagicModules. --> /cc @rambleraptor
This commit is contained in:
parent
f288ffc4be
commit
3496923252
12 changed files with 112 additions and 100 deletions
|
@ -161,8 +161,8 @@ EXAMPLES = '''
|
|||
state: present
|
||||
register: gateway
|
||||
|
||||
- name: create a vpn-tunnel
|
||||
gcp_compute_vpn-tunnel:
|
||||
- name: create a vpn tunnel
|
||||
gcp_compute_vpn_tunnel:
|
||||
name: "test_object"
|
||||
region: us-west1
|
||||
target_vpn_gateway: "{{ gateway }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue