mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-25 12:21:25 -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
|
@ -126,7 +126,7 @@ notes:
|
|||
|
||||
EXAMPLES = '''
|
||||
- name: create a instance
|
||||
gcp_spanner_instance:
|
||||
google.cloud.gcp_spanner_instance:
|
||||
name: instance-database
|
||||
display_name: My Spanner Instance
|
||||
node_count: 2
|
||||
|
@ -140,7 +140,7 @@ EXAMPLES = '''
|
|||
register: instance
|
||||
|
||||
- name: create a database
|
||||
gcp_spanner_database:
|
||||
google.cloud.gcp_spanner_database:
|
||||
name: webstore
|
||||
instance: "{{ instance }}"
|
||||
project: test_project
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue