awslabs / aws-config-rules

[Node, Python, Java] Repository of sample Custom Rules for AWS Config.
http://aws.amazon.com/config/
Creative Commons Zero v1.0 Universal
1.58k stars 851 forks source link

iam-password-policy uses TRUE instead of true #366

Open jzonthemtn opened 3 years ago

jzonthemtn commented 3 years ago

The iam-password-policy in the Operational-Best-Practices-for-FedRAMP.yaml uses uppercase TRUE instead of the required lowercase true. Refer to https://docs.aws.amazon.com/config/latest/developerguide/iam-password-policy.html for "The true and false values for the rule parameters are case-sensitive. If true is not provided in lowercase, it will be treated as false."

jmiracle43 commented 2 years ago

I ran into this with Operational-Best-Practices-for-CMMC-Level-3.yaml - so it's probably a global problem anywhere the iam-password-policy module is used.