2021-08-08 10:51:41 -07:00

32 lines
1.2 KiB
JSON

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