mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-23 13:20:30 -07:00
tests: fixing more fixed tests
- gcp_compute_ssl_certificate: region is not a supported parameter.
This commit is contained in:
parent
453907edf6
commit
24d09d17c3
3 changed files with 1 additions and 8 deletions
|
@ -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-----
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue