Skip to content

Commit

Permalink
fix: grant apply roleAdmin access
Browse files Browse the repository at this point in the history
  • Loading branch information
rcwbr authored Oct 9, 2024
1 parent 769214a commit 63da219
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ variable "apply_action_project_roles" {
type = list(string)
default = [
"roles/iam.serviceAccountAdmin",
"roles/iam.roleAdmin",
"roles/iam.workloadIdentityPoolAdmin",
"roles/resourcemanager.projectIamAdmin",
"roles/serviceusage.serviceUsageAdmin",
Expand Down

0 comments on commit 63da219

Please sign in to comment.