2020-08-17 12:02:55 +02:00

32 lines
1.2 KiB
JSON

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