diff --git a/deployment/modules/tileserver/alb_listeners.tf b/deployment/modules/tileserver/alb_listeners.tf index a1a5610..afd6829 100644 --- a/deployment/modules/tileserver/alb_listeners.tf +++ b/deployment/modules/tileserver/alb_listeners.tf @@ -1,5 +1,5 @@ resource "aws_alb_listener" "this_alb_listener" { - depends_on = ["aws_autoscaling_group.autoscalinggroup"] + # depends_on = ["aws_autoscaling_group.autoscalinggroup"] load_balancer_arn = "${data.terraform_remote_state.mono_alb.this_alb_arn}" port = 80 protocol = "HTTP"