Bump Terraform to 1.11 (#3120)
* Bump Terraform version to 1.11 * Update workflows
This commit is contained in:
2
.github/workflows/linting.yml
vendored
2
.github/workflows/linting.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
||||
- name: Set up Terraform
|
||||
uses: hashicorp/setup-terraform@v3
|
||||
with:
|
||||
terraform_version: 1.10.2
|
||||
terraform_version: 1.11.4
|
||||
|
||||
- uses: terraform-linters/setup-tflint@v4
|
||||
name: Setup TFLint
|
||||
|
||||
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user