From a21828835c86cef7d77061eae8070e291d9455bb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 22 Apr 2023 12:29:48 +0000 Subject: [PATCH] tflint: Update to version 0.46.1 --- bucket/tflint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/tflint.json b/bucket/tflint.json index 2de24124c8..017f1f980c 100644 --- a/bucket/tflint.json +++ b/bucket/tflint.json @@ -1,16 +1,16 @@ { - "version": "0.46.0", + "version": "0.46.1", "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.46.0/tflint_windows_amd64.zip", - "hash": "80deea1af9a9f260f959ca9aca45e74c219c0f484d745f9e0ae519e6425c2804" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.46.1/tflint_windows_amd64.zip", + "hash": "f68b982dfc2f860ca0aed1efaf6b82e90e1222a78ca16692241937f2e8191327" }, "32bit": { - "url": "https://github.com/terraform-linters/tflint/releases/download/v0.46.0/tflint_windows_386.zip", - "hash": "fb055a145c7e7738b14995f40d66322fa294e61d34fb30a1f23734c31aa54c03" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.46.1/tflint_windows_386.zip", + "hash": "0b3827c151f49652a04f2a2f4577f8566ac9ca7beca6ac86f85e737069eccbab" } }, "bin": "tflint.exe",