2020-12-10 07:13:47 +01:00

32 lines
1.2 KiB
JSON

{
"version": "0.22.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.22.0/tflint_windows_amd64.zip",
"hash": "4c1983fc733b63cab2dd434c45b22fa01f8ad68a0da7c13c0d3b5bf796b7817f"
},
"32bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.22.0/tflint_windows_386.zip",
"hash": "b75ef3679255b58fc480c90be8359321df86597ce96931a707cd8036e1dc05cb"
}
},
"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"
}
}
}