2021-06-12 09:27:16 -07:00

32 lines
1.2 KiB
JSON

{
"version": "0.29.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.29.1/tflint_windows_amd64.zip",
"hash": "78cc691bf7010400d93f7c9cf44110448230225099650bc0e6f2139d59badd6c"
},
"32bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.29.1/tflint_windows_386.zip",
"hash": "cc7bcd38f4232dca5d102f4d2eb02a94760c0c813ef1a8dfc0257d7c28ed3af9"
}
},
"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"
}
}
}