Skip to content

Commit

Permalink
Upgrade terraform-docs and tflint
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianczech committed Jan 12, 2025
1 parent f3342a1 commit ec9baa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_pre_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
if: ${{ matrix.pre_commit_hook == 'terraform_docs' }}
working-directory: /tmp
run: |
curl -sL https://github.com/terraform-docs/terraform-docs/releases/download/v0.16.0/terraform-docs-v0.16.0-linux-amd64.tar.gz > terraform-docs.tar.gz
curl -sL https://github.com/terraform-docs/terraform-docs/releases/download/v0.19.0/terraform-docs-v0.19.0-linux-amd64.tar.gz > terraform-docs.tar.gz
tar zxf terraform-docs.tar.gz
mv terraform-docs /usr/local/bin/
terraform-docs --version
Expand All @@ -80,7 +80,7 @@ jobs:
if: ${{ matrix.pre_commit_hook == 'terraform_tflint' }}
working-directory: /tmp
run: |
curl -sL https://github.com/terraform-linters/tflint/releases/download/v0.48.0/tflint_linux_amd64.zip > tflint.zip
curl -sL https://github.com/terraform-linters/tflint/releases/download/v0.55.0/tflint_linux_amd64.zip > tflint.zip
unzip tflint.zip
mv tflint /usr/local/bin/
tflint --version
Expand Down

0 comments on commit ec9baa6

Please sign in to comment.