2022-10-26 04:40:57 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.42.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.42.2/tflint_windows_amd64.zip",
"hash": "5a79187d59d6cc508e532cfe95fc934af01ff034a4a74be0bce6727536e17f9b"
},
"32bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.42.2/tflint_windows_386.zip",
"hash": "5f8f173950a8e3d6d64eb16c020b5aceda4a135e34f76fa981d663e0d0e3a3ec"
}
},
"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"
}
}
}