mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-08-04 13:14:30 -07:00
Change a deprecated IAM role in the bootstrap script
This is causing the integration test GitHub Actions to fail before they even start to run tests
This commit is contained in:
parent
2ed1936ad8
commit
a0e3476abf
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ SERVICE_LIST=(
|
||||||
|
|
||||||
REQUIRED_ROLE_LIST=(
|
REQUIRED_ROLE_LIST=(
|
||||||
"roles/storage.objectAdmin"
|
"roles/storage.objectAdmin"
|
||||||
"roles/storage.legacyBucketReader"
|
"roles/storage.bucketViewer"
|
||||||
"roles/storage.objectCreator"
|
"roles/storage.objectCreator"
|
||||||
"roles/source.admin"
|
"roles/source.admin"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue