diff --git a/bucket/tflint.json b/bucket/tflint.json index a5f7c8de41..003294f672 100644 --- a/bucket/tflint.json +++ b/bucket/tflint.json @@ -1,16 +1,16 @@ { - "version": "0.21.0", + "version": "0.22.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.21.0/tflint_windows_amd64.zip", - "hash": "0278ac1becd91d4cb8bf8231be5dafbe33e3828bd8fd7a6724455694b594191d" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.22.0/tflint_windows_amd64.zip", + "hash": "4c1983fc733b63cab2dd434c45b22fa01f8ad68a0da7c13c0d3b5bf796b7817f" }, "32bit": { - "url": "https://github.com/terraform-linters/tflint/releases/download/v0.21.0/tflint_windows_386.zip", - "hash": "972efb80214775f268e6968f1df8ac8053899c50d0d8850dedaa1ebee287decf" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.22.0/tflint_windows_386.zip", + "hash": "b75ef3679255b58fc480c90be8359321df86597ce96931a707cd8036e1dc05cb" } }, "bin": "tflint.exe",