From 76eeb5dcaa161fa972b7608d78e6b9304b72aa05 Mon Sep 17 00:00:00 2001 From: H Boisgibault Date: Mon, 1 Nov 2021 10:24:01 +0100 Subject: [PATCH] Update health check code target --- target_group.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target_group.tf b/target_group.tf index fca1afe..0bdf2a5 100644 --- a/target_group.tf +++ b/target_group.tf @@ -12,7 +12,7 @@ resource "aws_lb_target_group" "main_tg" { healthy_threshold = 2 interval = 11 timeout = 10 - matcher = "200-301" + matcher = "200-399" } } @@ -31,4 +31,4 @@ resource "aws_lb_listener_rule" "listener_rule" { values = [var.application_host] } } -} \ No newline at end of file +}