Skip to content

Commit

Permalink
Increase droplet count for th
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Sep 26, 2024
1 parent 3ffb782 commit 4fd1b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf/environments/prod/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ module "ooni_th_droplet" {
stage = local.environment
instance_location = "fra1"
instance_size = "s-1vcpu-1gb"
droplet_count = 2
droplet_count = 3
deployer_key = jsondecode(data.aws_secretsmanager_secret_version.deploy_key.secret_string)["public_key"]
metrics_password = data.aws_secretsmanager_secret_version.prometheus_metrics_password.secret_string
ssh_keys = [
Expand Down

0 comments on commit 4fd1b32

Please sign in to comment.