From a59efc1ab4d0dda317dcf115e3d008e84ee4a540 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Feb 2023 16:29:13 +0000 Subject: [PATCH] tflint: Update to version 0.45.0 --- bucket/tflint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/tflint.json b/bucket/tflint.json index cdf69bf290..041846d3c9 100644 --- a/bucket/tflint.json +++ b/bucket/tflint.json @@ -1,16 +1,16 @@ { - "version": "0.44.1", + "version": "0.45.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.44.1/tflint_windows_amd64.zip", - "hash": "ed52bbc1226765a03ccf103f1ad64186a644d96930edfd15df67ca0e68d32e32" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.45.0/tflint_windows_amd64.zip", + "hash": "b9332372d40f47ad19f5b3557fedebc02cdc368e8b390a7810f359d97e03ec42" }, "32bit": { - "url": "https://github.com/terraform-linters/tflint/releases/download/v0.44.1/tflint_windows_386.zip", - "hash": "6db09e41e4759b75cfcaadd3d679cbff73a406921b29fdba795e9d25b4b5908b" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.45.0/tflint_windows_386.zip", + "hash": "847b252b5aa8d52b1f2b018d19e8fb829028815f1b3ebd1b68e80789e4befff6" } }, "bin": "tflint.exe",