2020-07-20 08:45:53 +02:00

32 lines
1.2 KiB
JSON

{
"version": "0.18.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.18.0/tflint_windows_amd64.zip",
"hash": "3a68b330da6a995c5c3779443d3eab9662e705070593cc5388c87996a04faa7d"
},
"32bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.18.0/tflint_windows_386.zip",
"hash": "745badad99705fcbc9a45a1c8493b38d41dd392778f23b14f820c9c85e156f86"
}
},
"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"
}
}
}