Bump minimum OpenTofu version to 1.11.00 (#3918)

This commit is contained in:
Julio Castillo
2026-04-27 19:12:01 +02:00
committed by GitHub
parent be6eea5d6d
commit 74d5cd633a
101 changed files with 103 additions and 102 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 2025 Google LLC
# Copyright 2026 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -39,7 +39,7 @@ env:
TFTEST_COPY: 1
DEFAULT_TERRAFORM_FLAVOUR: terraform
DEFAULT_TERRAFORM_VERSION: ${{ inputs.terraform_version || '1.12.2' }}
DEFAULT_TOFU_VERSION: "1.10.0"
DEFAULT_TOFU_VERSION: "1.11.0"
jobs:
setup-tf-providers: