Skip to content

Commit

Permalink
Bump up the instance count
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Mar 13, 2024
1 parent eaae382 commit eaf7a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf/modules/ooniapi_service/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ variable "tags" {

variable "service_desired_count" {
description = "Desired numbers of instances in the ecs service"
default = 1
default = 3
}

variable "task_cpu" {
Expand Down

0 comments on commit eaf7a7e

Please sign in to comment.