From ef3801838b17133f32db1d6de031594eb51e1230 Mon Sep 17 00:00:00 2001 From: samul69 <81085359+samul69@users.noreply.github.com> Date: Wed, 2 Aug 2023 13:01:56 +0200 Subject: [PATCH] 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." --- main.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/main.tf b/main.tf index 25fb194e4..9d19218f1 100644 --- a/main.tf +++ b/main.tf @@ -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,