Skip to content

Commit

Permalink
ci: remove version prefix for TfLint installation
Browse files Browse the repository at this point in the history
  • Loading branch information
kayman-mk authored May 15, 2024
1 parent a28fa2f commit 1a73d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform_module_terraform_callable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
tflint_version="v0.50.3"
curl -o tflint.zip -L \
https://github.com/terraform-linters/tflint/releases/download/v${tflint_version}/tflint_linux_amd64.zip
https://github.com/terraform-linters/tflint/releases/download/${tflint_version}/tflint_linux_amd64.zip
unzip tflint.zip
- name: Show version
Expand Down

0 comments on commit 1a73d7c

Please sign in to comment.