Sha256: 647b3704a7c84de15ccd8bf7fc8dc3fbb8fcdf6ee168cfdf0cdc9a66147a8837
Contents?: true
Size: 222 Bytes
Versions: 5
Compression:
Stored size: 222 Bytes
Contents
control 'iam_password_policy_max_age' do title 'Passwords older than 90 days are not allowed' impact 1.0 describe aws_iam_password_policy do its('max_password_age_in_days') { should cmp <=90 } end end
Version data entries
5 entries across 5 versions & 1 rubygems