2021-11-02 08:32:43 +01:00

32 lines
1.2 KiB
JSON

{
"version": "0.33.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.33.1/tflint_windows_amd64.zip",
"hash": "4ed4ce569638480ea29a71386cb81a0865a918320d87ab1248327588f8e26743"
},
"32bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.33.1/tflint_windows_386.zip",
"hash": "2633246daffaca52d95688c903e94d93ac2fe772a8c4c5c2828d14a0f3a4a226"
}
},
"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"
}
}
}