2024-06-29 12:31:14 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.51.2",
"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.51.2/tflint_windows_amd64.zip",
"hash": "041e6b961d47c78b5ba85ac67e888e74c0f811f87fca78ce93d4cdf8078b0f35"
},
"32bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.51.2/tflint_windows_386.zip",
"hash": "e36830c559361c6381c3805d5cc431039d173459f2b6428ab90d410e3da35f38"
}
},
"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"
}
}
}