2021-12-07 16:31:41 +00:00

32 lines
1.2 KiB
JSON

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