tflint: Add version 0.13.1 (#592)

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
Steve Hipwell 2019-11-22 11:26:01 +00:00 committed by Hsiao-nan Cheung
parent c0817267cc
commit 0f22d05588

31
bucket/tflint.json Normal file
View File

@ -0,0 +1,31 @@
{
"homepage": "https://github.com/terraform-linters/tflint",
"description": "A Terraform linter focused on possible errors, best practices, etc.",
"license": "MPL-2.0",
"version": "0.13.1",
"architecture": {
"64bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.13.1/tflint_windows_amd64.zip",
"hash": "715ff0539130d2a5c4b35f8021fe7204108c8487442a4f28857d9f5bdfee6799"
},
"32bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.13.1/tflint_windows_386.zip",
"hash": "d7eca9d0843ff02a38e8981c82bf0f8caec560f9878650f4b7407e8da1e588cf"
}
},
"bin": "tflint.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v$version/tflint_windows_amd64.zip"
},
"32bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v$version/tflint_windows_386.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}