recreate redis-v70 with the new terraform provider

This commit is contained in:
Kenneth Kehl
2025-10-22 13:25:18 -07:00
parent ab842ac947
commit 834a6c2ae5

View File

@@ -18,7 +18,6 @@ module "redis-v70" {
providers = {
cloudfoundry = cloudfoundry.official
}
org = data.cloudfoundry_space.space.org
cf_space_id = data.cloudfoundry_space.space.id
name = "${local.app_name}-redis-v70-${local.env}"
redis_plan_name = "redis-dev"