From 21ccf65e68eebe980de660db2fd05ca9a5518792 Mon Sep 17 00:00:00 2001 From: David Arnold <10138997+djaboxx@users.noreply.github.com> Date: Thu, 16 May 2024 09:06:34 -0700 Subject: [PATCH] Update main.tf --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 97a13b1..7ce14dd 100644 --- a/main.tf +++ b/main.tf @@ -68,7 +68,7 @@ module "main" { vpc_config = { vpc_id = local.vpc_id security_group_ids = [] - subnets = module.network.private_subnets + subnets = module.network.public_subnets } }