From f6ec1307dc8331e6dda47caebc4351c4e9ec1a61 Mon Sep 17 00:00:00 2001 From: Paul Schoenfelder Date: Mon, 4 Jun 2018 17:19:13 -0400 Subject: [PATCH] [routing] set health check port to 4000 --- modules/stack/routing.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {