Cloudformation stack in unrecoverable state should be tainted #107
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/cloudformation
Issues and PRs that pertain to the cloudformation service.
stale
Old or inactive issues managed by automation, if no further action taken these will get closed.
upstream-terraform
Addresses functionality related to the Terraform core binary.
This issue was originally opened by @torfredrik as hashicorp/terraform#5652. It was migrated here as part of the provider split. The original body of the issue is below.
If you create a stack that ends up in the state ROLLBACK_COMPLETE the only way to recover is to delete the stack and recreate it with a valid cloudformation template.
Using terraform I would expect the stack to be tainted when it reaches this state, and any updates I make to the template and apply to the stack should result in a recreation of the stack.
The problem is shown in this gist.
The text was updated successfully, but these errors were encountered: