Skip to content

Commit 61d294b

Browse files
authored
Add UpdateRoleDescription perms to aws-iam-role-poweruser (#145)
1 parent 4dee504 commit 61d294b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aws-iam-role-poweruser/main.tf

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ data "aws_iam_policy_document" "misc" {
7272
"iam:TagRole",
7373
"iam:UpdateAssumeRolePolicy",
7474
"iam:UpdateRole",
75+
"iam:UpdateRoleDescription",
7576
]
7677

7778
resources = ["*"]

0 commit comments

Comments
 (0)