mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-18 17:01:22 -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
|
@ -116,7 +116,7 @@ options:
|
|||
|
||||
EXAMPLES = '''
|
||||
- name: create a instance
|
||||
gcp_sql_instance:
|
||||
google.cloud.gcp_sql_instance:
|
||||
name: "{{resource_name}}-1"
|
||||
settings:
|
||||
ip_configuration:
|
||||
|
@ -132,7 +132,7 @@ EXAMPLES = '''
|
|||
register: instance
|
||||
|
||||
- name: create a user
|
||||
gcp_sql_user:
|
||||
google.cloud.gcp_sql_user:
|
||||
name: test-user
|
||||
host: 10.1.2.3
|
||||
password: secret-password
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue