2022-05-05 16:30:39 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.36.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.36.1/tflint_windows_amd64.zip",
"hash": "befc9d55c4e0a90736995045d047d5c9ee59160d3fd96a3ebe6206a95bf0fdfc"
},
"32bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.36.1/tflint_windows_386.zip",
"hash": "4afabbf2567663405f1350b865f1ee2283707d2c41449abe54b326e6eaf91dba"
}
},
"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"
}
}
}