2026-02-07 08:31:21 +00:00

32 lines
1.2 KiB
JSON

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