2021-02-01 21:02:28 +01:00

32 lines
1.2 KiB
JSON

{
"version": "0.24.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.24.1/tflint_windows_amd64.zip",
"hash": "be9051a6bca5dfc813636c9d645dd4d6125e819ba5ccb236bf48b194192a8da8"
},
"32bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.24.1/tflint_windows_386.zip",
"hash": "66395a2ed8459a8feb47e4d87056119260cdb40a5b574ae3e293aa51291fc85f"
}
},
"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"
}
}
}