Skip to content

Commit

Permalink
Add Org Policy Admin to bootstrap roles
Browse files Browse the repository at this point in the history
  • Loading branch information
juliocc committed Sep 27, 2023
1 parent 7a7a0fa commit 4af99b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fast/stages/0-bootstrap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export FAST_ORG_ID=123456
# set needed roles
export FAST_ROLES="roles/billing.admin roles/logging.admin \
roles/iam.organizationRoleAdmin roles/resourcemanager.projectCreator \
roles/resourcemanager.tagAdmin"
roles/resourcemanager.tagAdmin roles/orgpolicy.policyAdmin"

for role in $FAST_ROLES; do
gcloud organizations add-iam-policy-binding $FAST_ORG_ID \
Expand Down

0 comments on commit 4af99b0

Please sign in to comment.