Skip to content

Commit

Permalink
increase lb timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
roncitrus committed Aug 15, 2024
1 parent b48543d commit c6bce6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terraform/environments/cdpt-ifs/loadbalancer.tf
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,6 @@ resource "aws_lb_listener" "https_listener" {
target_group_arn = aws_lb_target_group.ifs_target_group.id
type = "forward"
}

idle_timeout = 120
}

0 comments on commit c6bce6a

Please sign in to comment.