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 c6bce6a commit 56430f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions terraform/environments/cdpt-ifs/loadbalancer.tf
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ module "lb_access_logs_enabled" {
account_number = local.environment_management.account_ids[terraform.workspace]
region = "eu-west-2"
enable_deletion_protection = false
idle_timeout = 60
idle_timeout = 180
tags = { Name = "lb_module" }

}
Expand Down Expand Up @@ -188,5 +188,4 @@ resource "aws_lb_listener" "https_listener" {
type = "forward"
}

idle_timeout = 120
}

0 comments on commit 56430f0

Please sign in to comment.