ekristen / aws-nuke

Remove all the resources from an AWS account
https://ekristen.github.io/aws-nuke/
MIT License
32 stars 6 forks source link

fix(cloudformation-stack): protect against nil pointer #184

Closed ekristen closed 1 month ago

ekristen commented 1 month ago

A recent change to filter out AWS managed cloudformation stacks that cannot be removed successfully was added. However the description field can sometimes be a nil pointer and it wasn't protected against that. This fixes that bug.

Resolves #183

ekristen commented 1 month ago

:tada: This PR is included in version 3.0.0-beta.56 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

ekristen commented 4 weeks ago

:tada: This PR is included in version 3.0.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: