-
Bug
-
Resolution: Fixed
-
Major
-
None
If a stack fails to delete for whatever reason, the plugin will wait forever. This because CloudFormation object is not checking the status of the stack; instead it is waiting for the stack to not be returned from the describeStacks API call. When deletion fails the status will be DELETE_FAILED and the stack will continue to come in the response to the describeStacks API call.