Skip to content

Commit

Permalink
Fix pgadmin for deployment with vpc (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkatzz authored and jcma-google committed Sep 17, 2024
1 parent 886d4f3 commit f40d5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/aws/templates/aws_oidc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f40d5cd

Please sign in to comment.