Skip to content

Commit bd51e9f

Browse files
DrFaust92antonbabenko
authored andcommitted
Update TFLint to v0.12.1 for circleci (#351)
Update TFLint to v0.12.1
1 parent 22ffae5 commit bd51e9f

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
@@ -29,7 +29,7 @@ jobs:
2929
command: if [[ -n "$(terraform fmt -write=false)" ]]; then echo "Some terraform files need be formatted, run 'terraform fmt' to fix"; exit 1; fi
3030
- run:
3131
name: Install tflint
32-
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
32+
command: curl -L -o /tmp/tflint.zip https://github.com/wata727/tflint/releases/download/v0.12.1/tflint_linux_amd64.zip && unzip /tmp/tflint.zip -d /usr/local/bin
3333
- run:
3434
name: Check Terraform configurations with tflint
3535
command: tflint

0 commit comments

Comments
 (0)