fix provider name

This commit is contained in:
Kenneth Kehl
2025-10-20 12:36:59 -07:00
parent e3b495a49c
commit 4020f61430

View File

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