Policy Setting: AWS > IAM > Account Password Policy > Settings > Minimum Length
Policies
This policy setting is dependent on the following policy types:
Source
resource "turbot_policy_setting" "iam_account_password_policy_settings_minimum_length" { resource = turbot_policy_pack.main.id type = "tmod:@turbot/aws-iam#/policy/types/accountPasswordPolicySettingsMinimumLength" # Permitted values are between 6 and 128 value = 14}