issues
search
mlevit
/
aws-auto-cleanup
Programmatically delete AWS resources based on an allowlist and time to live (TTL) settings
MIT License
495
stars
55
forks
source link
Managed policy fix
#98
Closed
mlevit
closed
2 years ago
mlevit
commented
2 years ago
Description
Fixed issue with CloudFormation Stack whitelisted Managed Policies. Whilst the Managed Policies were whitelisted, their resource was
ManagedPolicy
and not
Policy
which is checked for whitelisting.
Related issue(s) (if applicable)
Fixes #97
Description
ManagedPolicy
and notPolicy
which is checked for whitelisting.Related issue(s) (if applicable)