Skip to content

Commit 87624b6

Browse files
fix: Allow TagUser to SelfManagement policy (#287)
1 parent c6adf42 commit 87624b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ data "aws_iam_policy_document" "iam_self_management" {
3939
"iam:UpdateUser",
4040
"iam:UploadSigningCertificate",
4141
"iam:UploadSSHPublicKey",
42+
"iam:TagUser",
43+
"iam:ListUserTags",
44+
"iam:UntagUser",
4245
]
4346

4447
# Allow for both users with "path" and without it

0 commit comments

Comments
 (0)