From dec57e22c953293fa1eaad76cdd19f6e11a4d849 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 16:29:02 +0000 Subject: [PATCH] tflint: Update to version 0.44.0 --- bucket/tflint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/tflint.json b/bucket/tflint.json index 5d33e1bfe6..94bbbc2a3d 100644 --- a/bucket/tflint.json +++ b/bucket/tflint.json @@ -1,16 +1,16 @@ { - "version": "0.43.0", + "version": "0.44.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.43.0/tflint_windows_amd64.zip", - "hash": "2d9333a66cc80596f603a76fc08d553f653cd8999784492c3a73524b842c9016" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.44.0/tflint_windows_amd64.zip", + "hash": "0428348328ac0e23c749ad86f5693b157b89f1f9bdeb721823221d41b683a0a8" }, "32bit": { - "url": "https://github.com/terraform-linters/tflint/releases/download/v0.43.0/tflint_windows_386.zip", - "hash": "7725a39a413dc3640972724ce0d7d3419c3a65feb4d84e011a5dd9f275e215a4" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.44.0/tflint_windows_386.zip", + "hash": "e134ba80017745af8470a1db42a3edbdac2f5b84743e5c3729fd266988efd8be" } }, "bin": "tflint.exe",