We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2be6da3 + 37213e3 commit 7e4e6f7Copy full SHA for 7e4e6f7
examples/basic/main.tf
@@ -11,7 +11,6 @@ module "enforce_mfa" {
11
policy_name = "managed-mfa-enforce"
12
account_id = data.aws_caller_identity.current.id
13
groups = [aws_iam_group.support.name]
14
- manage_own_password_without_mfa = true
15
manage_own_signing_certificates = true
16
manage_own_ssh_public_keys = true
17
manage_own_git_credentials = true
0 commit comments