Skip to content

Commit

Permalink
feat: Extend self-management policy to read account summary (iam-grou…
Browse files Browse the repository at this point in the history
…p-with-policies) (#462)

Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
  • Loading branch information
vutny and bryantbiggs committed Mar 3, 2024
1 parent 02d853d commit 0bedaf4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/iam-group-with-policies/policies.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ data "aws_iam_policy_document" "iam_self_management" {
effect = "Allow"

actions = [
"iam:GetAccountSummary",
"iam:GetAccountPasswordPolicy",
"iam:ListAccountAliases",
"iam:ListVirtualMFADevices"
]

Expand Down

0 comments on commit 0bedaf4

Please sign in to comment.