Adding namespace on integration tests + examples

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
Alex Stephen 2019-09-30 22:08:25 +00:00 committed by Modular Magician
parent 6c7c5f4977
commit 516fada880
130 changed files with 570 additions and 570 deletions

View file

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