fix provider name

This commit is contained in:
Kenneth Kehl
2025-10-20 09:14:47 -07:00
parent e2597a8938
commit 18d3969454

View File

@@ -14,9 +14,7 @@ resource "null_resource" "prevent_destroy" {
module "redis-v70" {
source = "github.com/GSA-TTS/terraform-cloudgov//redis?ref=v1.0.0"
providers = {
cloudfoundry = cfcommunity
}
cf_org_name = local.cf_org_name
cf_space_name = local.cf_space_name
name = "${local.app_name}-redis-v70-${local.env}"