2024-05-11 16:27:29 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.51.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.51.1/tflint_windows_amd64.zip",
"hash": "4c46bbef6181145b451249eb5161ffae49ccaa4b59054e9943911b4d9b7c38c7"
},
"32bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.51.1/tflint_windows_386.zip",
"hash": "7631af7f6a441903cb280e320cc3260e8a4585d73db724bbd15cd09bc77769da"
}
},
"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"
}
}
}