Skip to content

Commit 37213e3

Browse files
author
Yosapol Jitrak
committed
docs(example): remove manage_own_password_without_mfa
Since [make deny optional. allow users to change passwords without mfa](0e7b829) has been commit, the manage_own_password_without_mfa variable in [example](https://github.com/terraform-module/terraform-aws-enforce-mfa/blob/master/examples/basic/main.tf) file doesn't have up-to-date. #33
1 parent 2be6da3 commit 37213e3

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)