Upgrade cloudfoundry to v0.53.1 to match api app

This commit is contained in:
John Skiles Skinner
2024-06-25 14:18:14 -07:00
parent b05678a095
commit 624e161292
7 changed files with 7 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ terraform {
required_providers {
cloudfoundry = {
source = "cloudfoundry-community/cloudfoundry"
version = "0.53.0"
version = "0.53.1"
}
}
}