Integration Test fixes for BucketAccessControl and SQL Database (#368)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2019-08-23 12:22:43 -07:00 committed by Alex Stephen
parent beab56c1e1
commit fa63f28139
6 changed files with 21 additions and 22 deletions

View file

@ -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"