diff --git a/bucket/tflint.json b/bucket/tflint.json index 003294f672..0ff74cefb2 100644 --- a/bucket/tflint.json +++ b/bucket/tflint.json @@ -1,16 +1,16 @@ { - "version": "0.22.0", + "version": "0.23.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.22.0/tflint_windows_amd64.zip", - "hash": "4c1983fc733b63cab2dd434c45b22fa01f8ad68a0da7c13c0d3b5bf796b7817f" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.23.0/tflint_windows_amd64.zip", + "hash": "4df0e195a1418646394c491ada14a0c6e2c8092796926f97d9f49f1e1592a55d" }, "32bit": { - "url": "https://github.com/terraform-linters/tflint/releases/download/v0.22.0/tflint_windows_386.zip", - "hash": "b75ef3679255b58fc480c90be8359321df86597ce96931a707cd8036e1dc05cb" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.23.0/tflint_windows_386.zip", + "hash": "911f5d5365af93385f5459afe230b47a6cc921ad42a73aed0db446cbd4839ecb" } }, "bin": "tflint.exe",