mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
recreate redis-v70 with the new terraform provider
This commit is contained in:
@@ -18,7 +18,6 @@ module "redis-v70" {
|
|||||||
providers = {
|
providers = {
|
||||||
cloudfoundry = cloudfoundry.official
|
cloudfoundry = cloudfoundry.official
|
||||||
}
|
}
|
||||||
org = data.cloudfoundry_space.space.org
|
|
||||||
cf_space_id = data.cloudfoundry_space.space.id
|
cf_space_id = data.cloudfoundry_space.space.id
|
||||||
name = "${local.app_name}-redis-v70-${local.env}"
|
name = "${local.app_name}-redis-v70-${local.env}"
|
||||||
redis_plan_name = "redis-dev"
|
redis_plan_name = "redis-dev"
|
||||||
|
|||||||
Reference in New Issue
Block a user