From b4e632f20861af9974fa2d975d152e73de072829 Mon Sep 17 00:00:00 2001 From: carlomazzaferro Date: Wed, 11 Oct 2023 15:35:28 +0100 Subject: [PATCH] fix: private subnet for router web3signer --- ops/testnet/staging/core/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ops/testnet/staging/core/main.tf b/ops/testnet/staging/core/main.tf index e9fb65e01b..cee1b38dbb 100755 --- a/ops/testnet/staging/core/main.tf +++ b/ops/testnet/staging/core/main.tf @@ -119,7 +119,7 @@ module "router_web3signer" { execution_role_arn = data.aws_iam_role.ecr_admin_role.arn cluster_id = module.ecs.ecs_cluster_id vpc_id = module.network.vpc_id - lb_subnets = module.network.public_subnets + lb_subnets = module.network.private_subnets docker_image = "ghcr.io/connext/web3signer:latest" container_family = "router-web3signer" health_check_path = "/upcheck"