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

Don't create target-group if there is no alb #59

Closed feraudet closed 2 years ago

feraudet commented 2 years ago

Small fix to do not create target group if there is no ALB

larstobi commented 2 years ago

Thanks!