2021-04-25 18:46:20 +02:00

32 lines
1.2 KiB
JSON

{
"version": "0.28.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.28.0/tflint_windows_amd64.zip",
"hash": "604fef7dee2a5f315b8e03cbc163f96dcf0c1ead0372226714f43e68b84a66d1"
},
"32bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.28.0/tflint_windows_386.zip",
"hash": "69f15544a79a705e77873ee61b47faba2ea1b4fb2d1fbd630c5d39f753faa8f1"
}
},
"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"
}
}
}