Flag to deregister task revision if deploy fails
nakulpathak3 opened this issue · 1 comments
nakulpathak3 commented
I use Terraform for my infrastructure and ecs-deploy
for deployments and want to be able to deregister failed task definitions so that Terraform does not try to deploy them. My set up currently tries to find the latest task definition for a family and check if it is already deployed and if not, it considers that as something that needs to be done to "fix the state".
fillup commented
That's a good idea, but as you can see from the backlog on this repo I don't get much time to work on it. Would you be willing to submit a PR for that?