bump tf version (#1920)

This commit is contained in:
Ludovico Magnocavallo
2023-12-12 09:19:46 +01:00
committed by GitHub
parent 6cb3eb5390
commit b65c57bcc2
75 changed files with 81 additions and 78 deletions

View File

@@ -13,7 +13,7 @@
# limitations under the License.
terraform {
required_version = ">= 1.4.4"
required_version = ">= 1.5.0"
required_providers {
google = {
source = "hashicorp/google"
@@ -25,3 +25,5 @@ terraform {
}
}
}