Fix tf version in pipelines
This commit is contained in:
2
.github/workflows/linting.yml
vendored
2
.github/workflows/linting.yml
vendored
@@ -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: |
|
||||
|
||||
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user