2022-08-04 20:28:35 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.39.2",
"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.39.2/tflint_windows_amd64.zip",
"hash": "f6ad6d0a0d689a12d60431e4f210563b56826d4cc2a56456b935777e85de2050"
},
"32bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.39.2/tflint_windows_386.zip",
"hash": "cbe6fdb53a60aa52d91dd1b7e28d9daf04ecaba953e76894d3e8c8d02eee3168"
}
},
"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"
}
}
}