Skip to content

Commit 0c1cfaa

Browse files
authored
fix: Allow Change Password when no MFA present (#340)
1 parent f82f3e2 commit 0c1cfaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ data "aws_iam_policy_document" "iam_self_management" {
134134
effect = "Deny"
135135

136136
not_actions = [
137+
"iam:ChangePassword",
137138
"iam:CreateVirtualMFADevice",
138139
"iam:EnableMFADevice",
139140
"iam:GetUser",

0 commit comments

Comments
 (0)