2021-10-14 21:09:57 -07:00

32 lines
1.2 KiB
JSON

{
"version": "0.33.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.33.0/tflint_windows_amd64.zip",
"hash": "46d0af62d0b8f51e5d7e81bdd0242b79bffd1ed5d60735bdbd767d2b50dc829b"
},
"32bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.33.0/tflint_windows_386.zip",
"hash": "ee9f293767fa509476dec134b3309a24c60c7951e2a57d64d2fd86f2b1af18e2"
}
},
"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"
}
}
}