diff --git a/plugins/modules/gcp_compute_ssl_certificate.py b/plugins/modules/gcp_compute_ssl_certificate.py index 5d0ef0f..15ddaba 100644 --- a/plugins/modules/gcp_compute_ssl_certificate.py +++ b/plugins/modules/gcp_compute_ssl_certificate.py @@ -133,7 +133,6 @@ EXAMPLES = ''' - name: create a SSL certificate google.cloud.gcp_compute_ssl_certificate: name: test_object - region: us-central1 description: A certificate for testing. Do not use this certificate in production certificate: |- -----BEGIN CERTIFICATE----- diff --git a/tests/integration/targets/gcp_compute_ssl_certificate/aliases b/tests/integration/targets/gcp_compute_ssl_certificate/aliases index 9812f01..0e4419e 100644 --- a/tests/integration/targets/gcp_compute_ssl_certificate/aliases +++ b/tests/integration/targets/gcp_compute_ssl_certificate/aliases @@ -1,2 +1 @@ -cloud/gcp -unsupported +cloud/gcp \ No newline at end of file diff --git a/tests/integration/targets/gcp_compute_ssl_certificate/tasks/autogen.yml b/tests/integration/targets/gcp_compute_ssl_certificate/tasks/autogen.yml index 911bc63..a8346cd 100644 --- a/tests/integration/targets/gcp_compute_ssl_certificate/tasks/autogen.yml +++ b/tests/integration/targets/gcp_compute_ssl_certificate/tasks/autogen.yml @@ -16,7 +16,6 @@ - name: delete a SSL certificate google.cloud.gcp_compute_ssl_certificate: name: "{{ resource_name }}" - region: us-central1 description: A certificate for testing. Do not use this certificate in production certificate: |- -----BEGIN CERTIFICATE----- @@ -50,7 +49,6 @@ - name: create a SSL certificate google.cloud.gcp_compute_ssl_certificate: name: "{{ resource_name }}" - region: us-central1 description: A certificate for testing. Do not use this certificate in production certificate: |- -----BEGIN CERTIFICATE----- @@ -103,7 +101,6 @@ - name: create a SSL certificate that already exists google.cloud.gcp_compute_ssl_certificate: name: "{{ resource_name }}" - region: us-central1 description: A certificate for testing. Do not use this certificate in production certificate: |- -----BEGIN CERTIFICATE----- @@ -142,7 +139,6 @@ - name: delete a SSL certificate google.cloud.gcp_compute_ssl_certificate: name: "{{ resource_name }}" - region: us-central1 description: A certificate for testing. Do not use this certificate in production certificate: |- -----BEGIN CERTIFICATE----- @@ -195,7 +191,6 @@ - name: delete a SSL certificate that does not exist google.cloud.gcp_compute_ssl_certificate: name: "{{ resource_name }}" - region: us-central1 description: A certificate for testing. Do not use this certificate in production certificate: |- -----BEGIN CERTIFICATE-----