We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0d4ad2 commit fddb6aaCopy full SHA for fddb6aa
ecs-infra/alb.tf
@@ -5,7 +5,7 @@ resource "aws_lb" "alb" {
5
name = "${var.environment}-${var.app}-alb"
6
load_balancer_type = "application"
7
subnets = var.vpc.subnet_ids.public
8
- idle_timeout = 60
+ idle_timeout = 600
9
security_groups = [aws_security_group.lb.id]
10
internal = false
11
enable_deletion_protection = true
0 commit comments