mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-25 06:10:31 -07:00
* done * first try! * copyright * changing examples * removing google provider * test fixes Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
79e3fe4704
commit
0be2684fe5
10 changed files with 1966 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
- 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-----
|
||||
|
@ -49,6 +50,7 @@
|
|||
- 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-----
|
||||
|
@ -101,6 +103,7 @@
|
|||
- 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-----
|
||||
|
@ -139,6 +142,7 @@
|
|||
- 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-----
|
||||
|
@ -191,6 +195,7 @@
|
|||
- 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-----
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue