You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
The text was updated successfully, but these errors were encountered:
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?
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".The text was updated successfully, but these errors were encountered: