Skip to content

Commit

Permalink
fix: Allow TagUser to SelfManagement policy (terraform-aws-modules#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
BastienGenestal authored Oct 12, 2022
1 parent c6adf42 commit 87624b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/iam-group-with-policies/policies.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ data "aws_iam_policy_document" "iam_self_management" {
"iam:UpdateUser",
"iam:UploadSigningCertificate",
"iam:UploadSSHPublicKey",
"iam:TagUser",
"iam:ListUserTags",
"iam:UntagUser",
]

# Allow for both users with "path" and without it
Expand Down

0 comments on commit 87624b6

Please sign in to comment.