2025-07-12 12:30:56 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.58.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.58.1/tflint_windows_amd64.zip",
"hash": "4e5a9d4e1fda7a415516ed045da6fc56a466d1dd77840e3b4e68093a62f3d68d"
},
"32bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.58.1/tflint_windows_386.zip",
"hash": "3f46e5dabb22784c930155b014eeea62f83e250a0ab0994a50e221f67c2929d6"
}
},
"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"
}
}
}