From d0b97a118d8fe99bf1f3e5c8ec96c1f4562a84bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Fri, 14 Oct 2022 12:39:01 +0200 Subject: [PATCH] aws-eb-env: add correct healthcheck_url MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- modules/aws-eb-env/main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/aws-eb-env/main.tf b/modules/aws-eb-env/main.tf index bf83320..b638ae1 100644 --- a/modules/aws-eb-env/main.tf +++ b/modules/aws-eb-env/main.tf @@ -66,6 +66,7 @@ module "eb_environment" { /* Application */ application_port = 8080 http_listener_enabled = "true" + healthcheck_url = "/healthcheck" /* Environment */ additional_settings = [