Skip to content

Commit 5b3e48d

Browse files
DrFaust92antonbabenko
authored andcommitted
Update tflint to 0.8.2 for circleci task (#280)
1 parent de1fda1 commit 5b3e48d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
command: if [[ -n "$(terraform fmt -write=false)" ]]; then echo "Some terraform files need be formatted, run 'terraform fmt' to fix"; exit 1; fi
2525
- run:
2626
name: Install tflint
27-
command: curl -L -o /tmp/tflint.zip https://github.com/wata727/tflint/releases/download/v0.4.2/tflint_linux_amd64.zip && unzip /tmp/tflint.zip -d /usr/local/bin
27+
command: curl -L -o /tmp/tflint.zip https://github.com/wata727/tflint/releases/download/v0.8.2/tflint_linux_amd64.zip && unzip /tmp/tflint.zip -d /usr/local/bin
2828
- run:
2929
name: Check Terraform configurations with tflint
3030
command: tflint

0 commit comments

Comments
 (0)