2020-06-27 23:22:24 +02:00

32 lines
1.2 KiB
JSON

{
"version": "0.17.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.17.0/tflint_windows_amd64.zip",
"hash": "eaea9f5946dae81d173c28388ca529f2b2a2cd1b74281c96d9a21bb2e15ade5e"
},
"32bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.17.0/tflint_windows_386.zip",
"hash": "5ca5e2ec65531a33594c9e15573387d52072bdc4fdf98ffd97c6776ebe684758"
}
},
"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"
}
}
}