2021-12-13 08:28:55 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.34.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.34.0/tflint_windows_amd64.zip",
"hash": "00482941b621a0cfc8d3ef6dcb8ef98f47cc0fdbb329e3cbb987bc85979bbee3"
},
"32bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.34.0/tflint_windows_386.zip",
"hash": "d1a005bdd96f842aec515dfe83aecabb054fca3bdac93e177d8218c50e118438"
}
},
"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"
}
}
}