-
Notifications
You must be signed in to change notification settings - Fork 9
Enable Account Password Policy #112
Copy link
Copy link
Closed
Labels
AWSRelated to AWS infraRelated to AWS infraenhancementNew feature or requestNew feature or requestterraform
Description
In the Shared state, use iam_account_password_policy to enforce a password policy for IAM users in the AWS account.
Some potential values:
minimum_password_length = 10
require_lowercase_characters = true
require_numbers = true
require_uppercase_characters = true
require_symbols = true
allow_users_to_change_password = true
max_password_age = 180
password_reuse_prevention = 24
hard_expiry = false
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
AWSRelated to AWS infraRelated to AWS infraenhancementNew feature or requestNew feature or requestterraform