mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 10:21:14 -05:00
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:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user