Skip to content

Commit bab6018

Browse files
authored
Merge pull request #18 from buildrun-tech/diario/dia-23
infra(day 23): fix networking parameters
2 parents 7d24a20 + 1a3e71b commit bab6018

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

terraform/main.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ module "networking" {
5555
name_prefix = local.name_prefix
5656
common_tags = local.common_tags
5757
vpc_id = var.vpc_id
58-
public_subnet_ids = var.public_subnet_ids
59-
private_subnet_ids = var.private_subnet_ids
6058
allowed_cidr_blocks = var.allowed_cidr_blocks
6159
container_port = var.container_port
6260
db_port = var.db_port

0 commit comments

Comments
 (0)