2021-06-05 10:07:44 -07:00

32 lines
1.2 KiB
JSON

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