We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d24a20 + 1a3e71b commit bab6018Copy full SHA for bab6018
terraform/main.tf
@@ -55,8 +55,6 @@ module "networking" {
55
name_prefix = local.name_prefix
56
common_tags = local.common_tags
57
vpc_id = var.vpc_id
58
- public_subnet_ids = var.public_subnet_ids
59
- private_subnet_ids = var.private_subnet_ids
60
allowed_cidr_blocks = var.allowed_cidr_blocks
61
container_port = var.container_port
62
db_port = var.db_port
0 commit comments