2022-05-29 20:28:01 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.37.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.37.0/tflint_windows_amd64.zip",
"hash": "ed721bceb69222decc5bf80b06ece64d7db180f5667aacbc03f3416a13b7b89a"
},
"32bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.37.0/tflint_windows_386.zip",
"hash": "33e0dbf154d876c36e722358add7f3d540fe23f7c3d7ff0a14454eac8668a435"
}
},
"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"
}
}
}