Skip to content

Commit 57261e8

Browse files
salmacodesczimergebot
authored andcommitted
Add iam:ListServerCertificates permission to poweruser (#89)
Add iam:ListServerCertificates permission to poweruser
1 parent cbaa829 commit 57261e8

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
@@ -63,6 +63,7 @@ data "aws_iam_policy_document" "misc" {
6363
"iam:ListPolicyVersions",
6464
"iam:ListRolePolicies",
6565
"iam:ListRoles",
66+
"iam:ListServerCertificates",
6667
"iam:PassRole",
6768
"iam:PutRole",
6869
"iam:PutRolePolicy",

0 commit comments

Comments
 (0)