strvcom / terraform-aws-fargate

Terraform module to provision a Fargate-ready AWS infrastructure 🚀

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Load Balancer Health Checks configuration

jlsan92 opened this issue · comments

Currently, a default Health Check configuration is being set for the target groups of the Application Load Balancer, which is:

  • Path: /
  • HTTP response code: 200
  • TCP port: same as target.

It'd be great to keep this default configuration but also provide a way to modify it through the module's set up.