mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-08-03 04:34:31 -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=(
|
||||
"roles/storage.objectAdmin"
|
||||
"roles/storage.legacyBucketReader"
|
||||
"roles/storage.bucketViewer"
|
||||
"roles/storage.objectCreator"
|
||||
"roles/source.admin"
|
||||
)
|
||||
|
@ -69,4 +69,4 @@ gsutil cp ./test-fixtures/cloud-function.zip "${BUCKET_NAME}"
|
|||
|
||||
|
||||
# The following is hard to automate, so echo
|
||||
echo "Done! It may take up to 10 minutes for some of the changes to fully propagate."
|
||||
echo "Done! It may take up to 10 minutes for some of the changes to fully propagate."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue