intuit / simple_deploy

Maintenance Mode - Simple Deploy is an opinionated CLI tool for managing AWS Cloud Formation Stacks.
MIT License
64 stars 22 forks source link

"list" command does not show stacks in the state of "DELETE_FAILED" #161

Open thbishop opened 11 years ago

weavenet commented 11 years ago

This is because destory removes the entry from SimpleDB without verifying the delete succeeded. We will probably need to refactor the destroy command to issue a destroy to CF, wait for destroy to complete and only remove the entry from SimpleDB if succesful.