2021-05-05 11:21:05 +02:00

32 lines
1.2 KiB
JSON

{
"version": "0.28.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.28.1/tflint_windows_amd64.zip",
"hash": "69783b6fa1a4985f169d02970c04d422dd8307f4650e5b6e562d0202f204a4c1"
},
"32bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.28.1/tflint_windows_386.zip",
"hash": "0af8507f273ad8751160812593844ef82641c47b176e5e7917422a7cc01a4ceb"
}
},
"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"
}
}
}