Merge branch 'main' into jskinne3-redis-upgrade-step-1

This commit is contained in:
John Skiles Skinner
2024-06-25 20:46:27 -07:00
10 changed files with 20 additions and 20 deletions

View File

@@ -1,9 +1,9 @@
terraform {
required_version = "~> 1.0"
required_version = "~> 1.7"
required_providers {
cloudfoundry = {
source = "cloudfoundry-community/cloudfoundry"
version = "0.53.0"
version = "0.53.1"
}
}