aws-nuke icon indicating copy to clipboard operation
aws-nuke copied to clipboard

Fixed version lock on docker command.

Open ThePrankMonkey opened this issue 3 years ago • 0 comments
trafficstars

While attempting to follow the example in your README, I was hitting an issue with the structure of nuke-config.yml.

The v2.11.0 version of aws-nuke was not marshalling because you now use account-blocklist in all of your examples, but that version only accepted the deprecated account-blacklist.

If we switch to running the :latest image, it'll work with either version of the blocklist key.

ThePrankMonkey avatar Jul 08 '22 16:07 ThePrankMonkey