Skip to content

Commit

Permalink
add missing role to org-level delegated IAM grants (#2731)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludoo authored Nov 23, 2024
1 parent 71f7276 commit 0082021
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fast/stages/0-bootstrap/organization.tf
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ module "organization" {
"roles/resourcemanager.organizationViewer"
]))
, join(",", formatlist("'%s'", [
module.organization.custom_role_id["billing_viewer"],
module.organization.custom_role_id["network_firewall_policies_admin"],
module.organization.custom_role_id["ngfw_enterprise_admin"],
module.organization.custom_role_id["ngfw_enterprise_viewer"],
Expand Down

0 comments on commit 0082021

Please sign in to comment.