mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-06 16:08:25 -04:00
restore module redis-v70
This commit is contained in:
@@ -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" {
|
module "database" {
|
||||||
source = "github.com/GSA-TTS/terraform-cloudgov//database?ref=v1.0.0"
|
source = "github.com/GSA-TTS/terraform-cloudgov//database?ref=v1.0.0"
|
||||||
|
|
||||||
@@ -21,6 +28,7 @@ module "database" {
|
|||||||
rds_plan_name = "small-psql"
|
rds_plan_name = "small-psql"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
module "redis-v70" {
|
module "redis-v70" {
|
||||||
source = "github.com/GSA-TTS/terraform-cloudgov//redis?ref=v2.4.0"
|
source = "github.com/GSA-TTS/terraform-cloudgov//redis?ref=v2.4.0"
|
||||||
# Right now the default is cfcommunity, remove this when default is cloudfoundry
|
# Right now the default is cfcommunity, remove this when default is cloudfoundry
|
||||||
|
|||||||
Reference in New Issue
Block a user