2023-12-23 16:26:39 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.50.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.50.0/tflint_windows_amd64.zip",
"hash": "8ddc65037db0d9bbb5778ba4a5b6751c24460a9e8c8d5da653f73dce80ba87e8"
},
"32bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.50.0/tflint_windows_386.zip",
"hash": "31dc12e5aafc1f34e378a96cd697f324cf912467d7effdcbc059eedefac2fe86"
}
},
"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"
}
}
}