From 5fa498ce9384a16db3c0d313aa5dc097675bc13e Mon Sep 17 00:00:00 2001 From: Vivian Rook Date: Mon, 8 Apr 2024 09:08:26 -0400 Subject: [PATCH] Reduce cluster size Bug: T361952 --- tofu/vars.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tofu/vars.tf b/tofu/vars.tf index cc1d4ba0..2dccbd44 100644 --- a/tofu/vars.tf +++ b/tofu/vars.tf @@ -81,6 +81,6 @@ variable "workers" { type = map(any) default = { "codfw1dev" = "2" - "eqiad1" = "7" + "eqiad1" = "5" } }