-
-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
questionFurther information is requestedFurther information is requested
Description
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
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested
Type
Projects
Status
🆕 New