2023-09-03 16:26:24 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.48.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.48.0/tflint_windows_amd64.zip",
"hash": "1efab7ea19e8adb73cae770e5edabae44a5cebd63baf203a5d3270948db55648"
},
"32bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.48.0/tflint_windows_386.zip",
"hash": "ccbd7bd639b38ca0ee9e93792d97bad352c194f77d2d580c702730c2574c66a9"
}
},
"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"
}
}
}