try pointing modules to old provider

This commit is contained in:
Kenneth Kehl
2025-10-16 13:02:37 -07:00
parent ad517289d6
commit d7c8fc0f1f

View File

@@ -23,6 +23,10 @@ module "redis-v70" {
"engineVersion" : "7.0",
}
)
providers = {
cloudfoundry-community = cloudfoundry-community.legacy
}
}
module "logo_upload_bucket" {
@@ -30,6 +34,9 @@ module "logo_upload_bucket" {
cf_space_id = local.cf_space_name
name = "${local.app_name}-logo-upload-bucket-${local.env}"
providers = {
cloudfoundry-community = cloudfoundry-community.legacy
}
}
module "api_network_route" {