restore module redis-v70

This commit is contained in:
Kenneth Kehl
2025-10-23 11:06:17 -07:00
parent 6d644a9e41
commit 9fa3db8a95

View File

@@ -12,6 +12,13 @@ resource "null_resource" "prevent_destroy" {
}
}
data "cloudfoundry_space" "space" {
provider = cloudfoundry.official
org = "9e428562-a2d9-41b4-9c23-1ef5237fb44e"
name = local.cf_space_name
}
module "database" {
source = "github.com/GSA-TTS/terraform-cloudgov//database?ref=v1.0.0"
@@ -21,6 +28,7 @@ module "database" {
rds_plan_name = "small-psql"
}
module "redis-v70" {
source = "github.com/GSA-TTS/terraform-cloudgov//redis?ref=v2.4.0"
# Right now the default is cfcommunity, remove this when default is cloudfoundry