Skip to content

Commit

Permalink
fix: private subnet for router web3signer
Browse files Browse the repository at this point in the history
  • Loading branch information
carlomazzaferro committed Oct 11, 2023
1 parent 7480659 commit b4e632f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/testnet/staging/core/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b4e632f

Please sign in to comment.