2025-05-03 16:29:31 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.57.0",
"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.57.0/tflint_windows_amd64.zip",
"hash": "ed0ef8236e632d78e951aa5335d19cbd591f746267e8b60655be4b29f68e4d2c"
},
"32bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.57.0/tflint_windows_386.zip",
"hash": "634b363a6e9996e05183e5615ae1bb1ed3c41af42ad778554f798f8fc8bb309a"
}
},
"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"
}
}
}