Upgrade cloudfoundry from 0.53.0 to 0.53.1 everywhere

This commit is contained in:
John Skiles Skinner
2024-04-15 12:08:41 -07:00
parent 8954a0741e
commit 6608e3672e
9 changed files with 9 additions and 9 deletions

View File

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