Temp switch manifest to old Redis name, delete new Redis block

This commit is contained in:
John Skiles Skinner
2024-06-26 17:48:15 -07:00
parent 6dd27a0415
commit b8180cbeed
2 changed files with 1 additions and 15 deletions

View File

@@ -30,20 +30,6 @@ module "redis" { # default v6.2; delete after v7.0 resource is bound
redis_plan_name = "redis-3node-large"
}
module "redis-v70" {
source = "github.com/GSA-TTS/terraform-cloudgov//redis?ref=v1.0.0"
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-dev"
json_params = jsonencode(
{
"engineVersion" : "7.0",
}
)
}
module "csv_upload_bucket" {
source = "github.com/GSA-TTS/terraform-cloudgov//s3?ref=v1.0.0"