2022-07-29 16:30:36 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.39.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.39.1/tflint_windows_amd64.zip",
"hash": "67881d686221898e6dcea7d141b6397493c203fd529725b2e2923e2412a85492"
},
"32bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.39.1/tflint_windows_386.zip",
"hash": "8288f66555da47109bf6b3f51118c28202fbd17f1c2c197d148abb8a49be72cb"
}
},
"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"
}
}
}