mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-05-28 04:29:11 -07:00
Adding namespace on integration tests + examples
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
6c7c5f4977
commit
516fada880
130 changed files with 570 additions and 570 deletions
|
@ -154,7 +154,7 @@ notes:
|
|||
|
||||
EXAMPLES = '''
|
||||
- name: create a key ring
|
||||
gcp_kms_key_ring:
|
||||
google.cloud.gcp_kms_key_ring:
|
||||
name: key-key-ring
|
||||
location: us-central1
|
||||
project: "{{ gcp_project }}"
|
||||
|
@ -164,7 +164,7 @@ EXAMPLES = '''
|
|||
register: keyring
|
||||
|
||||
- name: create a crypto key
|
||||
gcp_kms_crypto_key:
|
||||
google.cloud.gcp_kms_crypto_key:
|
||||
name: test_object
|
||||
key_ring: projects/{{ gcp_project }}/locations/us-central1/keyRings/key-key-ring
|
||||
project: test_project
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue