mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 10:50:28 -07:00
tests: fixing gcp_compute_external_backend_service
The description field had a typo, resulting in an invalid payload.
This commit is contained in:
parent
0387ad3c17
commit
372141f3ad
2 changed files with 6 additions and 7 deletions
|
@ -1,2 +1 @@
|
|||
cloud/gcp
|
||||
unsupported
|
|
@ -17,7 +17,7 @@
|
|||
google.cloud.gcp_compute_external_vpn_gateway:
|
||||
name: "{{ resource_name }}"
|
||||
redundancy_type: SINGLE_IP_INTERNALLY_REDUNDANT
|
||||
descrpition: An externalyl managed VPN gateway
|
||||
description: An externaly managed VPN gateway
|
||||
interfaces:
|
||||
- id: 0
|
||||
ip_address: 8.8.8.8
|
||||
|
@ -30,7 +30,7 @@
|
|||
google.cloud.gcp_compute_external_vpn_gateway:
|
||||
name: "{{ resource_name }}"
|
||||
redundancy_type: SINGLE_IP_INTERNALLY_REDUNDANT
|
||||
descrpition: An externalyl managed VPN gateway
|
||||
description: An externalyl managed VPN gateway
|
||||
interfaces:
|
||||
- id: 0
|
||||
ip_address: 8.8.8.8
|
||||
|
@ -62,7 +62,7 @@
|
|||
google.cloud.gcp_compute_external_vpn_gateway:
|
||||
name: "{{ resource_name }}"
|
||||
redundancy_type: SINGLE_IP_INTERNALLY_REDUNDANT
|
||||
descrpition: An externalyl managed VPN gateway
|
||||
description: An externalyl managed VPN gateway
|
||||
interfaces:
|
||||
- id: 0
|
||||
ip_address: 8.8.8.8
|
||||
|
@ -80,7 +80,7 @@
|
|||
google.cloud.gcp_compute_external_vpn_gateway:
|
||||
name: "{{ resource_name }}"
|
||||
redundancy_type: SINGLE_IP_INTERNALLY_REDUNDANT
|
||||
descrpition: An externalyl managed VPN gateway
|
||||
description: An externalyl managed VPN gateway
|
||||
interfaces:
|
||||
- id: 0
|
||||
ip_address: 8.8.8.8
|
||||
|
@ -112,7 +112,7 @@
|
|||
google.cloud.gcp_compute_external_vpn_gateway:
|
||||
name: "{{ resource_name }}"
|
||||
redundancy_type: SINGLE_IP_INTERNALLY_REDUNDANT
|
||||
descrpition: An externalyl managed VPN gateway
|
||||
description: An externalyl managed VPN gateway
|
||||
interfaces:
|
||||
- id: 0
|
||||
ip_address: 8.8.8.8
|
||||
|
|
Loading…
Add table
Reference in a new issue