Skip to content

Commit

Permalink
fix: The number of intra subnets should not influence the number of N…
Browse files Browse the repository at this point in the history
…AT 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."
  • Loading branch information
samul69 committed Sep 7, 2023
1 parent fbd4ff6 commit 1e36f9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1e36f9f

Please sign in to comment.