2021-07-04 03:04:55 -07:00

32 lines
1.2 KiB
JSON

{
"version": "0.30.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.30.0/tflint_windows_amd64.zip",
"hash": "a086c6ff64999f136550594aca37bca7d20ff1ee98e3d30fe55b5d72225410aa"
},
"32bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.30.0/tflint_windows_386.zip",
"hash": "6bc97705938cfb2dde9fc2c3dd2a58709fe3f410f7c55fa5e513d1c2f84af18f"
}
},
"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"
}
}
}