bump Terraform version (#1307)

This commit is contained in:
Ludovico Magnocavallo 2023-04-05 09:15:23 +02:00 committed by GitHub
parent a9cba47ce8
commit 40cda39093
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ jobs:
- name: Set up Terraform
uses: hashicorp/setup-terraform@v2
with:
terraform_version: 1.3.2
terraform_version: 1.4.4
- name: Install dependencies
run: |

View File

@ -28,7 +28,7 @@ env:
PYTEST_ADDOPTS: "--color=yes"
PYTHON_VERSION: "3.10"
TF_PLUGIN_CACHE_DIR: "/home/runner/.terraform.d/plugin-cache"
TF_VERSION: 1.3.9
TF_VERSION: 1.4.4
jobs:
examples-blueprints:

View File

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