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

@ -246,7 +246,7 @@ notes:
EXAMPLES = '''
- name: create a disk
gcp_compute_disk:
google.cloud.gcp_compute_disk:
name: disk-image
zone: us-central1-a
project: "{{ gcp_project }}"
@ -256,7 +256,7 @@ EXAMPLES = '''
register: disk
- name: create a image
gcp_compute_image:
google.cloud.gcp_compute_image:
name: test_object
source_disk: "{{ disk }}"
project: test_project