mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-26 21: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
|
@ -99,7 +99,7 @@ EXAMPLES = '''
|
|||
gcp_sql_database:
|
||||
name: test_object
|
||||
charset: utf8
|
||||
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