Skip to content

Commit

Permalink
Add UpdateRoleDescription perms to aws-iam-role-poweruser (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarrien authored Oct 10, 2019
1 parent 4dee504 commit 61d294b
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 @@ -72,6 +72,7 @@ data "aws_iam_policy_document" "misc" {
"iam:TagRole",
"iam:UpdateAssumeRolePolicy",
"iam:UpdateRole",
"iam:UpdateRoleDescription",
]

resources = ["*"]
Expand Down

0 comments on commit 61d294b

Please sign in to comment.