This module creates IAM policy which blocks all actions if user is not authenticated using MFA.
Name | Version |
---|---|
terraform | >= 1.0 |
aws | >= 4.0, < 5.0 |
Name | Version |
---|---|
aws | >= 4.0, < 5.0 |
No modules.
Name | Type |
---|---|
aws_iam_policy.authorization | resource |
aws_iam_policy_document.authorization | data source |
Name | Description | Type | Default | Required |
---|---|---|---|---|
authorization_policy_path_prefix | Path that applies to all users in authorization policy. Must end with '/'. It's used to create Resource like 'arn:aws:iam::*:user/authorization_policy_path_prefix/${aws:username}'. | string |
"" |
no |
name | Policy name | string |
"Authorization" |
no |
Name | Description |
---|---|
policy_arn | n/a |