Skip to content

Commit

Permalink
Merge pull request #7462 from ministryofjustice/lb-timeout
Browse files Browse the repository at this point in the history
increase lb timeout
  • Loading branch information
roncitrus authored Aug 15, 2024
2 parents f0e83dc + 56430f0 commit 710fdb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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 @@ -187,4 +187,5 @@ resource "aws_lb_listener" "https_listener" {
target_group_arn = aws_lb_target_group.ifs_target_group.id
type = "forward"
}

}

0 comments on commit 710fdb6

Please sign in to comment.