Releases: gruntwork-io/cloud-nuke
v0.12.1
v0.12.0
v0.11.8
#305 Extend cloud-nuke with non-destructive inspect command and library methods
This release adds a non-destructive command, inspect-aws
, which accepts most of the same flags as nuke
but will never delete resources. As aws
/ nuke is to DELETE
, aws-inspect
is to LIST
or READ
.
You can use inspect-aws
to list and search for resources across your AWS accounts.
In addition, this release adds library functionality that allows you to script against cloud-nuke
. See Using cloud-nuke as a library for more information.
This release fixes the regression bug with --exclude-resource-type
that was introduced in v0.11.7
v0.11.7
IMPORTANT
A major regression bug has been identified in this release, where --exclude-resource-type
no longer works as intended. We advise users not to use this version to avoid nuking resources unintentionally.
Please use v0.11.8