updating aws_cdk.core.Stack id leaves previous CF stack deployed/behind #14911
Labels
@aws-cdk/core
Related to core CDK functionality
bug
This issue is a bug.
needs-triage
This issue or PR still needs to be triaged.
updating aws_cdk.core.Stack id leaves previous CF stack deployed/behind
Reproduction Steps
At this point
AppStack
is deployed.Update
to
and run
What did you expect to happen?
After creating new CF stack, old CF stack removed.
What actually happened?
There are now two CFs deployed, both old and new one, Running
cdk destroy
only deletes the new CF stack leaving old CF behind.Environment
Other
https://docs.aws.amazon.com/cdk/api/latest/python/aws_cdk.core/Stack.html
#9662
#4733
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: