Skip to content

Commit

Permalink
Revert Redis plan back
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ccostino committed Dec 4, 2024
1 parent a69c417 commit 8434308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/production/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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-5node-large"
redis_plan_name = "redis-3node-large"
json_params = jsonencode(
{
"engineVersion" : "7.0",
Expand Down

0 comments on commit 8434308

Please sign in to comment.