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.81k stars 358 forks source link

Incorrect secretsmanager resource type config file key #713

Closed sbocinec closed 5 months ago

sbocinec commented 6 months ago

There is a typo in the What's supported section of the README incorrectly specifying SecretsManagerSecrets as the config key for secretsmanager resource type.

I spent an hour troubleshooting why the secretsmanager cloud-nuke config exclusions are ignored, to find, the correct config key for secretsmanager is SecretsManager.

Ref: https://github.com/gruntwork-io/cloud-nuke/blob/ed8da6ad176c4c8e0858d3dedad46b1c55745bed/config/config.go#L95