| Name | Version |
|---|---|
| terraform | >= 1.0 |
| aws | >= 4.0 |
| Name | Version |
|---|---|
| aws | >= 4.0 |
No modules.
| Name | Type |
|---|---|
| aws_iam_account_password_policy.password_policy | resource |
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| allow_users_to_change_password | Whether to allow users to change their own password | bool |
true |
no |
| hard_expiry | Whether users are prevented from setting a new password after their password expires | bool |
false |
no |
| max_password_age | The number of days that a user password is valid. | number |
90 |
no |
| minimum_password_length | Minimum length to require for user passwords. | number |
14 |
no |
| password_reuse_prevention | The number of previous passwords that users are prevented from reusing. | number |
24 |
no |
| require_lowercase_characters | Whether to require lowercase characters for user passwords. | bool |
true |
no |
| require_numbers | Whether to require numbers for user passwords. | bool |
true |
no |
| require_symbols | Whether to require symbols for user passwords. | bool |
true |
no |
| require_uppercase_characters | Whether to require uppercase characters for user passwords. | bool |
true |
no |
| Name | Description |
|---|---|
| expire_passwords | Indicates whether passwords in the account expire |