Skip to content

Commit

Permalink
[terraform] Deploy Tunnelbroker 0.16 to production
Browse files Browse the repository at this point in the history
Summary: [ENG-9248](https://linear.app/comm/issue/ENG-9248/deploy-tunnelbroker-to-prod)

Test Plan: Run `terraform plan -target aws_ecs_service.tunnelbroker`

Reviewers: bartek, tomek, marcin

Reviewed By: bartek

Subscribers: ashoat

Differential Revision: https://phab.comm.dev/D13358
  • Loading branch information
xsanm committed Sep 17, 2024
1 parent 92b6da6 commit 1a92d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/terraform/remote/service_tunnelbroker.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
locals {
tunnelbroker_config = {
docker_image = "commapp/tunnelbroker"
docker_tag = local.is_staging ? "0.16-staging" : "0.14"
docker_tag = local.is_staging ? "0.16-staging" : "0.16"

grpc_port = 50051
websocket_port = 51001
Expand Down

0 comments on commit 1a92d95

Please sign in to comment.