We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6318c72 commit 5aaec14Copy full SHA for 5aaec14
data/data/aws/vpc/master-elb.tf
@@ -4,7 +4,6 @@ resource "aws_lb" "api_internal" {
4
subnets = local.private_subnet_ids
5
internal = true
6
enable_cross_zone_load_balancing = true
7
- idle_timeout = 3600
8
9
tags = merge(
10
{
@@ -22,7 +21,6 @@ resource "aws_lb" "api_external" {
22
21
subnets = local.public_subnet_ids
23
internal = false
24
25
26
27
28
0 commit comments