We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e34faf commit e341d0cCopy full SHA for e341d0c
.github/workflows/linter.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@master
18
# https://github.com/hashicorp/setup-terraform
19
- - uses: hashicorp/setup-terraform@v3
+ - uses: hashicorp/setup-terraform@v3.1.2
20
21
- name: Cache terraform folder
22
uses: actions/cache@v3
@@ -44,7 +44,7 @@ jobs:
44
with:
45
path: ~/.tflint.d/plugins
46
key: ${{ matrix.os }}-tflint-${{ hashFiles('.tflint.hcl') }}
47
- - uses: terraform-linters/setup-tflint@v4
+ - uses: terraform-linters/setup-tflint@v4.1
48
name: setup tflint
49
- name: init tflint
50
run: tflint --init --config .tflint.hcl
0 commit comments