Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
David Arnold committed May 16, 2024
1 parent 4c93f6c commit 21ccf65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

Expand Down

0 comments on commit 21ccf65

Please sign in to comment.