2021-03-06 21:14:14 +01:00

32 lines
1.2 KiB
JSON

{
"version": "0.25.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.25.0/tflint_windows_amd64.zip",
"hash": "c9e25831759e94308e141a5520406d3a683c3504adf49a6e25b2828a18a4407c"
},
"32bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.25.0/tflint_windows_386.zip",
"hash": "ba6e65bcf8dbe8739400e6bc38e5171c6ebff39010de5358dcfedd66f3e6f051"
}
},
"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"
}
}
}