Skip to content

Commit 7e4e6f7

Browse files
Merge pull request #34 from Eji4h/docs/remove-manage_own_password_without_mfa-variable-from-example
docs(example): remove manage_own_password_without_mfa
2 parents 2be6da3 + 37213e3 commit 7e4e6f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/basic/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ module "enforce_mfa" {
1111
policy_name = "managed-mfa-enforce"
1212
account_id = data.aws_caller_identity.current.id
1313
groups = [aws_iam_group.support.name]
14-
manage_own_password_without_mfa = true
1514
manage_own_signing_certificates = true
1615
manage_own_ssh_public_keys = true
1716
manage_own_git_credentials = true

0 commit comments

Comments
 (0)