re-add org policy admin role
This commit is contained in:
@@ -63,7 +63,11 @@ module "organization" {
|
||||
"roles/compute.xpnAdmin" = [
|
||||
module.branch-network-sa.iam_email
|
||||
]
|
||||
"roles/orgpolicy.policyAdmin" = local.branch_teams_pf_sa_iam_emails
|
||||
# TODO: implement tag-based conditions on this org role
|
||||
"roles/orgpolicy.policyAdmin" = concat(
|
||||
local.branch_teams_pf_sa_iam_emails,
|
||||
local.branch_dataplatform_sa_iam_emails,
|
||||
)
|
||||
},
|
||||
local.billing_org ? {
|
||||
"roles/billing.costsManager" = local.branch_teams_pf_sa_iam_emails
|
||||
|
||||
Reference in New Issue
Block a user