github.com/in4it/ecs-deploy@v0.0.42-0.20240508120354-ed77ff16df25/templates/export/alb_targetgroup.tf (about) 1 resource "aws_alb_target_group" "${SERVICE}" { 2 # arn = ${TARGET_GROUP_ARN} 3 name = "${SERVICE}" 4 port = ${SERVICE_PORT} 5 protocol = "${SERVICE_PROTOCOL}" 6 vpc_id = "${VPC_ID}" 7 deregistration_delay = 300 8 ${HEALTHCHECK} 9 }