2021-09-12 05:53:03 -07:00

32 lines
1.2 KiB
JSON

{
"version": "0.32.1",
"description": "A Terraform linter focused on possible errors, best practices, etc.",
"homepage": "https://github.com/terraform-linters/tflint",
"license": "MPL-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.32.1/tflint_windows_amd64.zip",
"hash": "00e2477aa580df7fdf6be53e75bc05aa595a99f2371d0ac05c7e242fe2c6a1b6"
},
"32bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.32.1/tflint_windows_386.zip",
"hash": "998c5c10faacadb1d5c2ef5df4975707634838289df3625ba412ed58fed734a6"
}
},
"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"
}
}
}