2025-02-01 16:28:50 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.55.1",
"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.55.1/tflint_windows_amd64.zip",
"hash": "667e8333eed843298ba1fd1120776784c0dacc17de25e253bc8a67b03adbe87d"
},
"32bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.55.1/tflint_windows_386.zip",
"hash": "d6d81b16b8d7bbb92e635c18ca368580e3569e86d9cb6ee1c90cf6a993d7a45b"
}
},
"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"
}
}
}