2021-09-11 11:34:48 -07:00

32 lines
1.2 KiB
JSON

{
"version": "0.32.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.32.0/tflint_windows_amd64.zip",
"hash": "9b1303a5005a950814493277a9921afcb4ff896c5902fc3912dc6a04992fce1e"
},
"32bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.32.0/tflint_windows_386.zip",
"hash": "f2848f59d05d1797c8a9e7e4bf9f39cb8565ec2d96c639d81ea5d9fd09ef4156"
}
},
"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"
}
}
}