Skip to content

ellerbrock/tf-aws-password-policy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform AWS Password Policy Module

Terraform AWS Password Policy Module

Open Source Love Gitter Chat MIT Licence

Example Usage

# set aws account password policy
module "password_policy" {
  source = "github.com/ellerbrock/tf-aws-password-policy"

  lenght            = "40"
  lowercase         = "true"
  numbers           = "true"
  numbers           = "true"
  uppercase         = "true"
  symbols           = "true"
  user_allow_change = "true"
}

Contact

GithubDockernpmTwitterFacebookGoogle+Gitter

License

MIT license

This work by Maik Ellerbrock is licensed under a Creative Commons Attribution 4.0 International License and the underlying source code is licensed under the MIT license.