Skip to content

Commit

Permalink
[terraform] increase ECS task count for Tunnelbroker
Browse files Browse the repository at this point in the history
Summary: [ENG-9380](https://linear.app/comm/issue/ENG-9380/increase-ecs-task-count-for-tunnelbroker)

Test Plan: terraform plan

Reviewers: bartek

Reviewed By: bartek

Subscribers: ashoat, tomek

Differential Revision: https://phab.comm.dev/D13491
  • Loading branch information
xsanm committed Sep 27, 2024
1 parent 40d1fe7 commit 7f2ca32
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions services/terraform/remote/service_tunnelbroker.tf
Original file line number Diff line number Diff line change
Expand Up @@ -163,12 +163,7 @@ resource "aws_ecs_service" "tunnelbroker" {
task_definition = aws_ecs_task_definition.tunnelbroker.arn
force_new_deployment = true

desired_count = 1
# Allow external changes without Terraform plan difference
# We can freely specify replica count in AWS Console
lifecycle {
ignore_changes = [desired_count]
}
desired_count = 2

service_connect_configuration {
enabled = true
Expand Down

0 comments on commit 7f2ca32

Please sign in to comment.