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
| groups | Enforce MFA for the members in these groups. (Optional, default '[]') |`list(string)`|`[]`| no |
98
-
| manage\_explicit\_deny | Manage explicit deny. |`bool`|`false`| no |
99
-
| manage\_own\_access\_keys | Allow a new AWS secret access key and corresponding AWS access key ID for the specified user. |`bool`|`false`| no |
100
-
| manage\_own\_git\_credentials | Allow managing git credentials. |`bool`|`false`| no |
101
-
| manage\_own\_signing\_certificates | Allow managing signing certificates. |`bool`|`false`| no |
102
-
| manage\_own\_ssh\_public\_keys | Allow managing ssh public keys. |`bool`|`false`| no |
103
-
| path | Path in which to create the policy. (Optional, default '/') |`string`|`"/"`| no |
104
-
| policy\_name | The name of the policy. |`string`|`"managed-force-mfa-policy"`| no |
109
+
|<aname="input_account_id"></a> [account\_id](#input\_account\_id)| Account identification. (Optional, default '*') |`string`|`"*"`| no |
110
+
|<aname="input_groups"></a> [groups](#input\_groups)| Enforce MFA for the members in these groups. (Optional, default '[]') |`list(string)`|`[]`| no |
111
+
|<aname="input_manage_explicit_deny"></a> [manage\_explicit\_deny](#input\_manage\_explicit\_deny)| Manage explicit deny. |`bool`|`false`| no |
112
+
|<aname="input_manage_own_access_keys"></a> [manage\_own\_access\_keys](#input\_manage\_own\_access\_keys)| Allow a new AWS secret access key and corresponding AWS access key ID for the specified user. |`bool`|`false`| no |
113
+
|<aname="input_manage_own_git_credentials"></a> [manage\_own\_git\_credentials](#input\_manage\_own\_git\_credentials)| Allow managing git credentials. |`bool`|`false`| no |
114
+
|<aname="input_manage_own_signing_certificates"></a> [manage\_own\_signing\_certificates](#input\_manage\_own\_signing\_certificates)| Allow managing signing certificates. |`bool`|`false`| no |
115
+
|<aname="input_manage_own_ssh_public_keys"></a> [manage\_own\_ssh\_public\_keys](#input\_manage\_own\_ssh\_public\_keys)| Allow managing ssh public keys. |`bool`|`false`| no |
116
+
|<aname="input_path"></a> [path](#input\_path)| Path in which to create the policy. (Optional, default '/') |`string`|`"/"`| no |
117
+
|<aname="input_policy_name"></a> [policy\_name](#input\_policy\_name)| The name of the policy. |`string`|`"managed-force-mfa-policy"`| no |
105
118
106
119
## Outputs
107
120
108
121
| Name | Description |
109
122
|------|-------------|
110
-
| arn | The policy's ARN. |
111
-
| groups | The groups to which policy is attached |
112
-
| id | The policy's ID. |
113
-
| policy\_json | The above arguments serialized as a standard JSON policy document. |
114
-
123
+
| <aname="output_arn"></a> [arn](#output\_arn)| The policy's ARN. |
124
+
| <aname="output_groups"></a> [groups](#output\_groups)| The groups to which policy is attached |
125
+
| <aname="output_id"></a> [id](#output\_id)| The policy's ID. |
126
+
| <aname="output_policy_json"></a> [policy\_json](#output\_policy\_json)| The above arguments serialized as a standard JSON policy document. |
0 commit comments