fix provider name

This commit is contained in:
Kenneth Kehl
2025-10-20 11:41:18 -07:00
parent d822b25bd9
commit e3b495a49c

View File

@@ -3,7 +3,7 @@ terraform {
required_providers { required_providers {
cloudfoundry = { cloudfoundry = {
source = "cloudfoundry/cloudfoundry" source = "cloudfoundry/cloudfoundry"
version = "1.12.0" version = "1.11.1"
} }
cfcommunity = { cfcommunity = {
source = "cloudfoundry-community/cloudfoundry" source = "cloudfoundry-community/cloudfoundry"