diff --git a/tests/integration/targets/gcp_compute_autoscaler/aliases b/tests/integration/targets/gcp_compute_autoscaler/aliases index 9812f01..0e4419e 100644 --- a/tests/integration/targets/gcp_compute_autoscaler/aliases +++ b/tests/integration/targets/gcp_compute_autoscaler/aliases @@ -1,2 +1 @@ -cloud/gcp -unsupported +cloud/gcp \ No newline at end of file diff --git a/tests/integration/targets/gcp_compute_autoscaler/tasks/autogen.yml b/tests/integration/targets/gcp_compute_autoscaler/tasks/autogen.yml index df1baa1..5182fa9 100644 --- a/tests/integration/targets/gcp_compute_autoscaler/tasks/autogen.yml +++ b/tests/integration/targets/gcp_compute_autoscaler/tasks/autogen.yml @@ -19,6 +19,7 @@ project: "{{ gcp_project }}" auth_kind: "{{ gcp_cred_kind }}" service_account_file: "{{ gcp_cred_file }}" + auto_create_subnetworks: true state: present register: network - name: create a address @@ -246,6 +247,7 @@ project: "{{ gcp_project }}" auth_kind: "{{ gcp_cred_kind }}" service_account_file: "{{ gcp_cred_file }}" + auto_create_subnetworks: true state: absent register: network ignore_errors: true diff --git a/tests/integration/targets/gcp_compute_disk/aliases b/tests/integration/targets/gcp_compute_disk/aliases index 9812f01..0e4419e 100644 --- a/tests/integration/targets/gcp_compute_disk/aliases +++ b/tests/integration/targets/gcp_compute_disk/aliases @@ -1,2 +1 @@ -cloud/gcp -unsupported +cloud/gcp \ No newline at end of file diff --git a/tests/integration/targets/gcp_compute_global_forwarding_rule/aliases b/tests/integration/targets/gcp_compute_global_forwarding_rule/aliases index ff7eb2d..0e4419e 100644 --- a/tests/integration/targets/gcp_compute_global_forwarding_rule/aliases +++ b/tests/integration/targets/gcp_compute_global_forwarding_rule/aliases @@ -1,2 +1 @@ -cloud/gcp -unsupported \ No newline at end of file +cloud/gcp \ No newline at end of file