Skip to content

Commit

Permalink
Add iam:UpdateAssumeRolePolicy to poweruser permissions (#87)
Browse files Browse the repository at this point in the history
Add iam:UpdateAssumeRolePolicy to poweruser permissions
  • Loading branch information
salmacodes authored and czimergebot committed Feb 28, 2019
1 parent 29024ad commit 3e8e525
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws-iam-role-poweruser/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ data "aws_iam_policy_document" "misc" {
"iam:PutRolePolicy",
"iam:RemoveRoleFromInstanceProfile",
"iam:TagRole",
"iam:UpdateAssumeRolePolicy",
"iam:UpdateRole",
]

Expand Down

0 comments on commit 3e8e525

Please sign in to comment.