2021-04-05 02:51:33 +02:00

32 lines
1.2 KiB
JSON

{
"version": "0.26.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.26.0/tflint_windows_amd64.zip",
"hash": "4b9577f5d2395f485663332c16a1605fce515b58ffe9895e080adf37e4403d67"
},
"32bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.26.0/tflint_windows_386.zip",
"hash": "f14ef08579614a18147ee231a0306f63a86f40b53509d897fe774f3a9ea97f14"
}
},
"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"
}
}
}