Commit 1e36f9f8 authored by samul69's avatar samul69 Committed by GitHub

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."
parent fbd4ff64
......@@ -10,7 +10,6 @@ locals {
max_subnet_length = max(
local.len_private_subnets,
local.len_public_subnets,
local.len_intra_subnets,
local.len_elasticache_subnets,
local.len_database_subnets,
local.len_redshift_subnets,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment