cn-terraform / terraform-aws-ecs-fargate-service

AWS ECS Fargate Service Terraform Module
https://registry.terraform.io/modules/cn-terraform/ecs-fargate-service
Apache License 2.0
78 stars 47 forks source link

ECS service with an NLB #53

Closed roded closed 2 years ago

roded commented 2 years ago

Hello, Is it possible to use this module to create an ECS service with an NLB instead of an ALB? Alternatively, is it possible to supplier an external LB arn to attach to the service? Thanks

Edit: Similarly, it would be useful to be able to provision a service with no defined LB.

jnonino commented 2 years ago

Hi, version 2.0.32 have a variable to provide a custom LB instead of creating the LB in the module. Please reopen if that is not enough for your use case or if there are any issues. Thanks!