terraform-aws-ecs-fargate
terraform-aws-ecs-fargate copied to clipboard
Add an optional health check to the container definition (#15)
This update enables passing a health check object to the container so that ECS can evaluate the task health - very useful if you are not using an ALB / target groups
Thanks, @colincoleman , for the purpose as well as the code update. It's quite comprehensive and helpful.