2022-10-23 16:30:47 +00:00

32 lines
1.2 KiB
JSON

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