Skip to content

Commit 1e36f9f

Browse files
authoredSep 7, 2023
fix: The number of intra subnets should not influence the number of NAT gateways provisioned (#968)
intra subnets shouldn't determine number of nat gateways "The module does not take into account the number of intra_subnets, since the latter are designed to have no Internet access via NAT Gateway."
1 parent fbd4ff6 commit 1e36f9f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎main.tf

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ locals {
1010
max_subnet_length = max(
1111
local.len_private_subnets,
1212
local.len_public_subnets,
13-
local.len_intra_subnets,
1413
local.len_elasticache_subnets,
1514
local.len_database_subnets,
1615
local.len_redshift_subnets,

0 commit comments

Comments
 (0)
Please sign in to comment.