Bump Terraform to 1.11 (#3120)

* Bump Terraform version to 1.11

* Update workflows
This commit is contained in:
Julio Castillo
2025-05-29 11:11:39 +02:00
committed by GitHub
parent 41eaeb8ea0
commit 271942f2ed
108 changed files with 109 additions and 109 deletions

View File

@@ -15,7 +15,7 @@
# Fabric release: 40.1.0
terraform {
required_version = ">= 1.10.2"
required_version = ">= 1.11.4"
required_providers {
google = {
source = "hashicorp/google"