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

Commit 89d4762

Browse files
author
Brandon Ferguson
authored
Merge branch 'master' into bf-add-port-80
2 parents 18756c4 + e1cf98a commit 89d4762

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)