2022-12-30 00:33:59 +00:00

32 lines
1.2 KiB
JSON

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