Skip to content

Commit

Permalink
Merge pull request #16 from rcwbr/14-apply-step-fails-due-to-permissi…
Browse files Browse the repository at this point in the history
…on-forbidden

fix: grant apply required roles
  • Loading branch information
rcwbr authored Oct 9, 2024
2 parents 2b7bd64 + c0aa992 commit 769214a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ variable "apply_action_project_roles" {
type = list(string)
default = [
"roles/iam.serviceAccountAdmin",
"roles/storage.admin",
"roles/iam.workloadIdentityPoolAdmin"
"roles/iam.workloadIdentityPoolAdmin",
"roles/resourcemanager.projectIamAdmin",
"roles/serviceusage.serviceUsageAdmin",
"roles/storage.admin"
]
description = "The list of project-wide roles to grant apply actions"
}
Expand Down

0 comments on commit 769214a

Please sign in to comment.