Fix tf version in pipelines

This commit is contained in:
Julio Castillo 2022-09-28 11:50:23 +02:00
parent ac835b6d50
commit 040c9284e6
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ jobs:
- name: Set up Terraform
uses: hashicorp/setup-terraform@v1
with:
terraform_version: 1.1.8
terraform_version: 1.3
- name: Install dependencies
run: |

View File

@ -30,7 +30,7 @@ env:
PYTEST_ADDOPTS: "--color=yes"
PYTHON_VERSION: "3.10"
TF_PLUGIN_CACHE_DIR: "/home/runner/.terraform.d/plugin-cache"
TF_VERSION: 1.1.8
TF_VERSION: 1.3.0
jobs:
doc-examples: