-
-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How is custom_lb_arn being used #66
Labels
question
Further information is requested
Comments
@jnonino Same question here I use it from the fargate module but it's clearly not working
|
@jnonino looks like this functionality is broken. I was actually looking for a way to avoid creating an ALB as I'm using Traefik and I don't want to create an ALB per service. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I am wondering how var.custom_lb_arn is used? It seems the follow code snippet is the only place the variable is used, but I would like to use a custom load balancer in the service... how?
module "ecs-alb" {
count = var.custom_lb_arn == null ? 1 : 0
source = "cn-terraform/ecs-alb/aws"
version = "1.0.28"
Thanks,
Jason
The text was updated successfully, but these errors were encountered: