Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit e1cf98a

Browse files
author
Evan Phoenix
authored
Merge pull request #37 from hashicorp/f-bump-idle-timeout
Increase internal LB idle timeout
2 parents f5fcea0 + 5075eb2 commit e1cf98a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

primary_lb.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ resource "aws_elb" "cluster_api" {
88

99
security_groups = ["${module.common.intra_vpc_and_egress_sg_id}"]
1010

11+
idle_timeout = 3600 # for kubectl commands
12+
1113
listener {
1214
instance_protocol = "TCP"
1315
instance_port = 6443

0 commit comments

Comments
 (0)