Skip to content

Commit

Permalink
TF_DOCS_VER
Browse files Browse the repository at this point in the history
  • Loading branch information
FurqanHabibi committed Nov 11, 2022
1 parent 10cf674 commit 1780f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
TF_DOCS_VER="v0.9.1"
pushd /tmp
curl -Lo ./terraform-docs https://github.com/terraform-docs/terraform-docs/releases/download/v0.9.1/terraform-docs-v0.9.1-$(uname | tr '[:upper:]' '[:lower:]')-amd64 && chmod +x ./terraform-docs && sudo mv ./terraform-docs /usr/bin/
curl -Lo ./terraform-docs https://github.com/terraform-docs/terraform-docs/releases/download/${TF_DOCS_VER}/terraform-docs-${TF_DOCS_VER}-$(uname | tr '[:upper:]' '[:lower:]')-amd64 && chmod +x ./terraform-docs && sudo mv ./terraform-docs /usr/bin/
popd
- name: Install pre-commit dependency - tflint
uses: terraform-linters/setup-tflint@v2
Expand Down

0 comments on commit 1780f0d

Please sign in to comment.