-
Notifications
You must be signed in to change notification settings - Fork 167
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
Cannot destroy individual stack with requires #384
Comments
I think we could definitely have a better error there, but I think the logic is pretty sound. If stack3 requires stack2, then you shouldn't be able to destroy stack2 without destroying stack3 as well. |
Shouldn't you be able to delete That or I don't understanding is usage of the |
This looks like a legit bug when specifying
|
+1 |
Still busted in 1.1.2 I'd really like to be able to destroy a single stack. Just going to nuke it from CloudFormation directly I suppose. |
This will be fixed inthe next release of stacker. Stacker now builds a graph internally, and then transposes it to perform destroys. |
I cannot destroy an individual stack that is required by another stack
For example:
Here is my stacker.yml
Here is my command
I get the following error:
Isn't that the correct command to delete an individual stack?
The text was updated successfully, but these errors were encountered: