mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-30 00:21:33 -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
|
@ -23,7 +23,7 @@
|
|||
register: bucket
|
||||
- name: delete a bucket access control
|
||||
gcp_storage_bucket_access_control:
|
||||
bucket: "{{ resource_name }}"
|
||||
bucket: "{{ bucket }}"
|
||||
entity: user-alexstephen@google.com
|
||||
role: WRITER
|
||||
project: "{{ gcp_project }}"
|
||||
|
@ -33,7 +33,7 @@
|
|||
#----------------------------------------------------------
|
||||
- name: create a bucket access control
|
||||
gcp_storage_bucket_access_control:
|
||||
bucket: "{{ resource_name }}"
|
||||
bucket: "{{ bucket }}"
|
||||
entity: user-alexstephen@google.com
|
||||
role: WRITER
|
||||
project: "{{ gcp_project }}"
|
||||
|
@ -48,7 +48,7 @@
|
|||
# ----------------------------------------------------------------------------
|
||||
- name: create a bucket access control that already exists
|
||||
gcp_storage_bucket_access_control:
|
||||
bucket: "{{ resource_name }}"
|
||||
bucket: "{{ bucket }}"
|
||||
entity: user-alexstephen@google.com
|
||||
role: WRITER
|
||||
project: "{{ gcp_project }}"
|
||||
|
@ -63,7 +63,7 @@
|
|||
#----------------------------------------------------------
|
||||
- name: delete a bucket access control
|
||||
gcp_storage_bucket_access_control:
|
||||
bucket: "{{ resource_name }}"
|
||||
bucket: "{{ bucket }}"
|
||||
entity: user-alexstephen@google.com
|
||||
role: WRITER
|
||||
project: "{{ gcp_project }}"
|
||||
|
@ -78,7 +78,7 @@
|
|||
# ----------------------------------------------------------------------------
|
||||
- name: delete a bucket access control that does not exist
|
||||
gcp_storage_bucket_access_control:
|
||||
bucket: "{{ resource_name }}"
|
||||
bucket: "{{ bucket }}"
|
||||
entity: user-alexstephen@google.com
|
||||
role: WRITER
|
||||
project: "{{ gcp_project }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue