mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-24 20:01:24 -07:00
Integration Test fixes for BucketAccessControl and SQL Database (#368)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
beab56c1e1
commit
fa63f28139
6 changed files with 21 additions and 22 deletions
|
@ -53,7 +53,7 @@ extends_documentation_fragment: gcp
|
|||
EXAMPLES = '''
|
||||
- name: get info on a database
|
||||
gcp_sql_database_info:
|
||||
instance: "{{ instance }}"
|
||||
instance: "{{ instance.name }}"
|
||||
project: test_project
|
||||
auth_kind: serviceaccount
|
||||
service_account_file: "/tmp/auth.pem"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue