Skip to content

Commit

Permalink
Adding UpdateAssumeRolePolicy permission to the github user (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
sylviamclaughlin authored Jul 16, 2024
1 parent a934391 commit 2de255c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terraform/github-user.tf
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ resource "aws_iam_policy" "Route53TerraformDeploy" {
"iam:GetPolicyVersion",
"iam:GetPolicy",
"iam:ListAttachedRolePolicies",
"iam:ListAttachedUserPolicies"
"iam:ListAttachedUserPolicies",
"iam:UpdateAssumeRolePolicy"
],
"Resource" : [
"arn:aws:iam::866996500832:role/notify_prod_dns_manager",
Expand Down

0 comments on commit 2de255c

Please sign in to comment.