diff --git a/modules/stack/routing.tf b/modules/stack/routing.tf index edcc8f2..3434165 100644 --- a/modules/stack/routing.tf +++ b/modules/stack/routing.tf @@ -31,7 +31,7 @@ resource "aws_elb" "explorer" { unhealthy_threshold = 2 timeout = 3 interval = 30 - target = "HTTP:80/" + target = "HTTP:4000/" } listener {