fix terraform version

This commit is contained in:
Kenneth Kehl
2025-10-20 07:56:17 -07:00
parent cdc1eeed2b
commit 74dbe6e3bc

View File

@@ -5,7 +5,7 @@ terraform {
source = "cloudfoundry/cloudfoundry" source = "cloudfoundry/cloudfoundry"
version = "1.9.0" version = "1.9.0"
} }
cf_community = { cfcommunity = {
source = "cloudfoundry-community/cloudfoundry" source = "cloudfoundry-community/cloudfoundry"
version = "0.53.1" version = "0.53.1"
} }
@@ -27,7 +27,7 @@ provider "cloudfoundry" {
password = var.cf_password password = var.cf_password
} }
provider "cf_community" { provider "cfcommunity" {
alias = "community" alias = "community"
api_url = "https://api.fr.cloud.gov" api_url = "https://api.fr.cloud.gov"
user = var.cf_user user = var.cf_user