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

@@ -27,7 +27,7 @@ on:
terraform_version:
description: "Use '1.5.7' to test last MPLv2 Terraform version"
required: true
default: 1.10.2
default: 1.11.4
type: string
env:
@@ -37,7 +37,7 @@ env:
TF_PLUGIN_CACHE_DIR: "/home/runner/.terraform.d/plugin-cache"
TFTEST_COPY: 1
DEFAULT_TERRAFORM_FLAVOUR: terraform
DEFAULT_TERRAFORM_VERSION: ${{ inputs.terraform_version || '1.10.2' }}
DEFAULT_TERRAFORM_VERSION: ${{ inputs.terraform_version || '1.11.4' }}
DEFAULT_TOFU_VERSION: "1.9.0"
jobs: