github.com/khulnasoft-lab/defsec@v1.0.5-0.20230827010352-5e9f46893d95/avd_docs/aws/iam/AVD-AWS-0063/Terraform.md (about)

     1  
     2  Enforce longer, more complex passwords in the policy
     3  
     4  ```hcl
     5  resource "aws_iam_account_password_policy" "good_example" {
     6  	minimum_password_length = 14
     7  }
     8  	
     9  ```
    10  
    11  #### Remediation Links
    12   - https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_account_password_policy
    13