Skip to content

Commit

Permalink
modify LB endpoint so it works for pre-app router and the new app rou…
Browse files Browse the repository at this point in the history
…ter (#657)
  • Loading branch information
wmoussa-gc authored May 8, 2024
1 parent 72fc8cb commit 7a16224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/load_balancer/lb.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ resource "aws_lb_target_group" "form_viewer_1" {
health_check {
enabled = true
interval = 10
path = "/form-builder/edit"
path = "/en/form-builder"
port = 3000
matcher = "200"
timeout = 5
Expand All @@ -59,7 +59,7 @@ resource "aws_lb_target_group" "form_viewer_2" {
enabled = true
interval = 10
port = 3000
path = "/form-builder/edit"
path = "/en/form-builder"
matcher = "200"
timeout = 5
healthy_threshold = 2
Expand Down

0 comments on commit 7a16224

Please sign in to comment.