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 } }