diff --git a/deployment/modules/tileserver/alb_listeners.tf b/deployment/modules/tileserver/alb_listeners.tf index a74255f..a1a5610 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-this"] + depends_on = ["aws_autoscaling_group.autoscalinggroup"] load_balancer_arn = "${data.terraform_remote_state.mono_alb.this_alb_arn}" port = 80 protocol = "HTTP"