telia-oss / terraform-aws-ecs-fargate

Terraform module which creates Fargate ECS resources on AWS.
https://registry.terraform.io/modules/telia-oss/ecs-fargate/aws
MIT License
82 stars 75 forks source link

Add an optional health check to the container definition (#15) #84

Open colincoleman opened 1 year ago

colincoleman commented 1 year ago

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

rishiraj88 commented 1 year ago

Thanks, @colincoleman , for the purpose as well as the code update. It's quite comprehensive and helpful.