2020-10-18 19:29:38 +02:00

32 lines
1.2 KiB
JSON

{
"version": "0.20.3",
"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.20.3/tflint_windows_amd64.zip",
"hash": "ca7e1604786cda6d276c1200c364e9c1b379210337a5d387398ebbc162ebe424"
},
"32bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.20.3/tflint_windows_386.zip",
"hash": "d1e032cf83bdd8d567e2a69e37aa7e33f4dda12b45babbfae26e2cb0d3bbf37a"
}
},
"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"
}
}
}