Skip to content

Commit 0bedaf4

Browse files
vutnybryantbiggs
andauthored
feat: Extend self-management policy to read account summary (iam-group-with-policies) (#462)
Co-authored-by: Bryant Biggs <[email protected]>
1 parent 02d853d commit 0bedaf4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/iam-group-with-policies/policies.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ data "aws_iam_policy_document" "iam_self_management" {
1818
effect = "Allow"
1919

2020
actions = [
21+
"iam:GetAccountSummary",
2122
"iam:GetAccountPasswordPolicy",
23+
"iam:ListAccountAliases",
2224
"iam:ListVirtualMFADevices"
2325
]
2426

0 commit comments

Comments
 (0)