Skip to content

Commit

Permalink
[terraform] Deploy Tunnelbroker 0.16 to staging
Browse files Browse the repository at this point in the history
Summary: Deploying the newest version of service.

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

Reviewers: bartek, tomek, marcin

Reviewed By: marcin

Subscribers: ashoat

Differential Revision: https://phab.comm.dev/D13279
  • Loading branch information
xsanm committed Sep 11, 2024
1 parent 5622ed8 commit 5e6ea06
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.15-staging" : "0.14"
docker_tag = local.is_staging ? "0.16-staging" : "0.14"

grpc_port = 50051
websocket_port = 51001
Expand Down

0 comments on commit 5e6ea06

Please sign in to comment.