gruntwork-io / cloud-nuke

A tool for cleaning up your cloud accounts by nuking (deleting) all resources within it
https://gruntwork.io/
MIT License
2.8k stars 357 forks source link

Problems with the --exclude-first-seen flag #734

Closed chrisdleech-pol closed 3 months ago

chrisdleech-pol commented 4 months ago

I see that this flag, to stop tags being added works well with cloud-nuke aws-inspect or cloud-nuke aws --dry-run but it does not work with cloud-nuke aws --force. The tags get added to resources that are explicitly skipped in the config.

Is there a way to stop this from happening?