From 7a358f8322fa01be5b16fa2f6ce55a5bb68bdd4c Mon Sep 17 00:00:00 2001 From: Andrew Cravenho Date: Fri, 7 Sep 2018 16:17:08 -0700 Subject: [PATCH] update health check endpoint Fixes #56 --- 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 a021f1d..49d29ad 100644 --- a/modules/stack/routing.tf +++ b/modules/stack/routing.tf @@ -53,7 +53,7 @@ resource "aws_lb_target_group" "explorer" { unhealthy_threshold = 2 timeout = 15 interval = 30 - path = "/en/blocks" + path = "/blocks" port = 4000 } }