Upgrade minimum Terraform version in each providers.tf file

This commit is contained in:
John Skiles Skinner
2024-04-15 16:43:35 -07:00
parent 8954a0741e
commit 99716f39e6
9 changed files with 9 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
terraform {
required_version = "~> 1.0"
required_version = "~> 1.8"
required_providers {
cloudfoundry = {
source = "cloudfoundry-community/cloudfoundry"