From 2036e575e0018585f9335794d0cde92cc62075f3 Mon Sep 17 00:00:00 2001 From: Carlo Costino Date: Tue, 3 Dec 2024 20:57:25 -0500 Subject: [PATCH] Bump Redis plan to 5node-large This changeset boosts our production Redis configuration to the 5node-large plan to give us a bit more wiggle room for heavy production workloads. This should still keep us in the threshold of the second block of 10 nodes we are already signed up for as we currently have 12 nodes going across all environments at the moment. Signed-off-by: Carlo Costino --- terraform/production/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/production/main.tf b/terraform/production/main.tf index 9543fdd86..d8a46693b 100644 --- a/terraform/production/main.tf +++ b/terraform/production/main.tf @@ -27,7 +27,7 @@ module "redis-v70" { cf_org_name = local.cf_org_name cf_space_name = local.cf_space_name name = "${local.app_name}-redis-v70-${local.env}" - redis_plan_name = "redis-3node-large" + redis_plan_name = "redis-5node-large" json_params = jsonencode( { "engineVersion" : "7.0",