From 91f848dc6a029cbbcd26a803af93d220ff3640b3 Mon Sep 17 00:00:00 2001 From: dkatzz <86739416+dkatzz@users.noreply.github.com> Date: Wed, 28 Aug 2024 11:12:21 -0400 Subject: [PATCH] Update main.tf --- cloud/aws/templates/aws_oidc/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/aws/templates/aws_oidc/main.tf b/cloud/aws/templates/aws_oidc/main.tf index fbffe22e..618fca91 100644 --- a/cloud/aws/templates/aws_oidc/main.tf +++ b/cloud/aws/templates/aws_oidc/main.tf @@ -166,7 +166,7 @@ module "pgadmin" { cidr_allowlist = var.pgadmin_cidr_allowlist ecs_cluster_arn = module.ecs_cluster.aws_ecs_cluster_cluster_arn - subnet_ids = local.vpc_private_subnets + subnet_ids = local.vpc_private_subnet_ids db_sg_id = aws_security_group.rds.id db_address = data.aws_db_instance.civiform.address