Revert Redis plan back

Changing the Redis plan in place is not supported - we would need to create a new cluster and then remove the old one.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2024-12-04 09:48:42 -05:00
parent a69c417800
commit 84343087bf

View File

@@ -27,7 +27,7 @@ module "redis-v70" {
cf_org_name = local.cf_org_name cf_org_name = local.cf_org_name
cf_space_name = local.cf_space_name cf_space_name = local.cf_space_name
name = "${local.app_name}-redis-v70-${local.env}" name = "${local.app_name}-redis-v70-${local.env}"
redis_plan_name = "redis-5node-large" redis_plan_name = "redis-3node-large"
json_params = jsonencode( json_params = jsonencode(
{ {
"engineVersion" : "7.0", "engineVersion" : "7.0",