From 372141f3adaab5e5556b6eb25bd4301ea4a17f53 Mon Sep 17 00:00:00 2001 From: Yusuke Tsutsumi Date: Sat, 8 Oct 2022 17:46:21 +0000 Subject: [PATCH] tests: fixing gcp_compute_external_backend_service The description field had a typo, resulting in an invalid payload. --- .../targets/gcp_compute_external_vpn_gateway/aliases | 3 +-- .../gcp_compute_external_vpn_gateway/tasks/autogen.yml | 10 +++++----- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/tests/integration/targets/gcp_compute_external_vpn_gateway/aliases b/tests/integration/targets/gcp_compute_external_vpn_gateway/aliases index ff7eb2d..0e4419e 100644 --- a/tests/integration/targets/gcp_compute_external_vpn_gateway/aliases +++ b/tests/integration/targets/gcp_compute_external_vpn_gateway/aliases @@ -1,2 +1 @@ -cloud/gcp -unsupported \ No newline at end of file +cloud/gcp \ No newline at end of file diff --git a/tests/integration/targets/gcp_compute_external_vpn_gateway/tasks/autogen.yml b/tests/integration/targets/gcp_compute_external_vpn_gateway/tasks/autogen.yml index 094b45b..a2cd623 100644 --- a/tests/integration/targets/gcp_compute_external_vpn_gateway/tasks/autogen.yml +++ b/tests/integration/targets/gcp_compute_external_vpn_gateway/tasks/autogen.yml @@ -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