tests: fixing more fixed tests

- gcp_compute_ssl_certificate: region is not a supported parameter.
This commit is contained in:
Yusuke Tsutsumi 2022-10-09 05:10:15 +00:00
parent 453907edf6
commit 24d09d17c3
3 changed files with 1 additions and 8 deletions

View file

@ -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-----

View file

@ -1,2 +1 @@
cloud/gcp
unsupported
cloud/gcp

View file

@ -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-----