Skip to content

Commit

Permalink
Update health check code target
Browse files Browse the repository at this point in the history
  • Loading branch information
hboisgibault authored Nov 1, 2021
1 parent f5f0812 commit 76eeb5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions target_group.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resource "aws_lb_target_group" "main_tg" {
healthy_threshold = 2
interval = 11
timeout = 10
matcher = "200-301"
matcher = "200-399"
}
}

Expand All @@ -31,4 +31,4 @@ resource "aws_lb_listener_rule" "listener_rule" {
values = [var.application_host]
}
}
}
}

0 comments on commit 76eeb5d

Please sign in to comment.