You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/iam-group-with-policies/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ No modules.
44
44
| <aname="input_create_group"></a> [create\_group](#input\_create\_group)| Whether to create IAM group |`bool`|`true`| no |
45
45
| <aname="input_custom_group_policies"></a> [custom\_group\_policies](#input\_custom\_group\_policies)| List of maps of inline IAM policies to attach to IAM group. Should have `name` and `policy` keys in each element. |`list(map(string))`|`[]`| no |
46
46
| <aname="input_custom_group_policy_arns"></a> [custom\_group\_policy\_arns](#input\_custom\_group\_policy\_arns)| List of IAM policies ARNs to attach to IAM group |`list(string)`|`[]`| no |
47
-
| <aname="input_enable_mfa_enforcment"></a> [enable\_mfa\_enforcment](#input\_enable\_mfa\_enforcment)| Determines whether permissions are added to the policy which requires the groups IAM users to use MFA |`bool`|`true`| no |
47
+
| <aname="input_enable_mfa_enforcement"></a> [enable\_mfa\_enforcement](#input\_enable\_mfa\_enforcement)| Determines whether permissions are added to the policy which requires the groups IAM users to use MFA |`bool`|`true`| no |
48
48
| <aname="input_group_users"></a> [group\_users](#input\_group\_users)| List of IAM users to have in an IAM group which can assume the role |`list(string)`|`[]`| no |
49
49
| <aname="input_iam_self_management_policy_name_prefix"></a> [iam\_self\_management\_policy\_name\_prefix](#input\_iam\_self\_management\_policy\_name\_prefix)| Name prefix for IAM policy to create with IAM self-management permissions |`string`|`"IAMSelfManagement-"`| no |
50
50
| <aname="input_name"></a> [name](#input\_name)| Name of IAM group |`string`|`""`| no |
0 commit comments