Skip to content

Commit

Permalink
ci: Rollback tflint pin with comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dgniewek committed Dec 19, 2022
1 parent c315958 commit 83d212f
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 36 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
TERRAFORM_DOCS_VERSION: v0.16.0
TFLINT_VERSION: v0.41.0
# TFLINT_VERSION: v0.41.0 # use this version with "Invicton-Labs/deepmerge/null" module

jobs:
collectInputs:
Expand Down Expand Up @@ -80,4 +80,4 @@ jobs:
with:
terraform-version: ${{ steps.minMax.outputs.maxVersion }}
terraform-docs-version: ${{ env.TERRAFORM_DOCS_VERSION }}
tflint-version: ${{ env.TFLINT_VERSION }}
# tflint-version: ${{ env.TFLINT_VERSION }} # use this version with "Invicton-Labs/deepmerge/null" module
Loading

0 comments on commit 83d212f

Please sign in to comment.