Skip to content

Commit

Permalink
Update load_balancing.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor committed Feb 9, 2024
1 parent a338902 commit bb2b6c3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ resource "aws_lb_target_group" "frontend" {
matcher = "200-499"
timeout = "5"
}

lifecycle {
create_before_destroy = true
}
}

resource "aws_lb_listener_rule" "alb" {
Expand Down

0 comments on commit bb2b6c3

Please sign in to comment.