fpco / terraform-aws-foundation

Establish a solid Foundation on AWS with these modules for Terraform
MIT License
204 stars 98 forks source link

parametize minimum_password_length in IAM setup module #258

Open ketzacoatl opened 4 years ago

ketzacoatl commented 4 years ago

This here ought to be a variable with a default to 12: https://github.com/fpco/terraform-aws-foundation/blob/master/modules/setup-meta-infrastructure/password-policy.tf#L7

Consider parametizing other attributes where that makes sense, but this minimum password length is required.

psibi commented 4 years ago

PR raised here: https://github.com/fpco/terraform-aws-foundation/pull/259