diff --git a/bucket/tflint.json b/bucket/tflint.json new file mode 100644 index 0000000000..ccd8ee59e3 --- /dev/null +++ b/bucket/tflint.json @@ -0,0 +1,31 @@ +{ + "homepage": "https://github.com/terraform-linters/tflint", + "description": "A Terraform linter focused on possible errors, best practices, etc.", + "license": "MPL-2.0", + "version": "0.13.1", + "architecture": { + "64bit": { + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.13.1/tflint_windows_amd64.zip", + "hash": "715ff0539130d2a5c4b35f8021fe7204108c8487442a4f28857d9f5bdfee6799" + }, + "32bit": { + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.13.1/tflint_windows_386.zip", + "hash": "d7eca9d0843ff02a38e8981c82bf0f8caec560f9878650f4b7407e8da1e588cf" + } + }, + "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" + } + } +}