2021-01-04 06:02:03 +01:00

32 lines
1.2 KiB
JSON

{
"version": "0.23.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.23.0/tflint_windows_amd64.zip",
"hash": "4df0e195a1418646394c491ada14a0c6e2c8092796926f97d9f49f1e1592a55d"
},
"32bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.23.0/tflint_windows_386.zip",
"hash": "911f5d5365af93385f5459afe230b47a6cc921ad42a73aed0db446cbd4839ecb"
}
},
"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"
}
}
}