Add wif permissions to bootstrap tf SA (#2290)
* add wif permissions to bootstrap tf SA
This commit is contained in:
committed by
GitHub
parent
98126f2ab8
commit
79af34b69e
@@ -108,6 +108,7 @@ locals {
|
||||
additive = concat(
|
||||
[
|
||||
"roles/iam.organizationRoleAdmin",
|
||||
"roles/iam.workforcePoolAdmin",
|
||||
"roles/orgpolicy.policyAdmin"
|
||||
],
|
||||
local.billing_mode != "org" ? [] : [
|
||||
@@ -126,6 +127,7 @@ locals {
|
||||
[
|
||||
# the organizationAdminViewer custom role is granted via the SA module
|
||||
"roles/iam.organizationRoleViewer",
|
||||
"roles/iam.workforcePoolViewer",
|
||||
"roles/orgpolicy.policyViewer"
|
||||
],
|
||||
local.billing_mode != "org" ? [] : [
|
||||
|
||||
Reference in New Issue
Block a user