fix terraform version

This commit is contained in:
Kenneth Kehl
2025-10-20 07:41:46 -07:00
parent 55341619db
commit cdc1eeed2b

View File

@@ -3,7 +3,7 @@ terraform {
required_providers { required_providers {
cloudfoundry = { cloudfoundry = {
source = "cloudfoundry/cloudfoundry" source = "cloudfoundry/cloudfoundry"
version = "0.19.0" version = "1.9.0"
} }
cf_community = { cf_community = {
source = "cloudfoundry-community/cloudfoundry" source = "cloudfoundry-community/cloudfoundry"