-
-
Notifications
You must be signed in to change notification settings - Fork 359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support deleting vpcs that are non-default #243
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes LGTM!
One request: could you please add VPCs to the list of resources in the README, and also add a subsection under Usage that explains that that default VPCs are excluded when nuking VPCs? I agree with you that excluding them makes sense since we have a dedicated defaults-aws
command for that. Also, nuking the default VPCs would break some internal use cases we have. But we ought to explain our reasoning in the docs.
Thanks!
@bwhaley changes made as requested. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. One fix and I think this is ready to ship.
Co-authored-by: Ben Whaley <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Thanks @bwhaley I've got a number of other PRs open ;-) -- I'll make sure to update the README on each one too. |
This takes the existing VPC code and implements it for non-default per region nuking.