Hi there.
I want to wait for a running task to stop after running one-shot task using aws ecs wait tasks-stopped.
To do so, I have to pass the task ARN to awscli but the ecs-deploy doesn't output task ARN.
I think it's useful if the ecs-deploy outputs ARN of the task which is run by itself.