From 8ab095831a682d1a1569b0997b049d65b37a6447 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 20:30:09 +0000 Subject: [PATCH] tflint: Update to version 0.42.1 --- bucket/tflint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/tflint.json b/bucket/tflint.json index eb4f083948..eb75fba16f 100644 --- a/bucket/tflint.json +++ b/bucket/tflint.json @@ -1,16 +1,16 @@ { - "version": "0.42.0", + "version": "0.42.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.42.0/tflint_windows_amd64.zip", - "hash": "c5bc922fa782da25f8d9dcfd73753b7467a8936daba6daf648a34dd0a4712600" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.42.1/tflint_windows_amd64.zip", + "hash": "eb47bebf629c9c10573e17643f34c814341a4d4c7dbbbf837dce1de254cbb3a8" }, "32bit": { - "url": "https://github.com/terraform-linters/tflint/releases/download/v0.42.0/tflint_windows_386.zip", - "hash": "607c685d9074c0f36165023643949d2fe70c6cf1c1ba9bb0b22f23938fcb9bef" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.42.1/tflint_windows_386.zip", + "hash": "3e8ea0dfd38c33f6a9b42eb67979db99f81fd9132d293291a3f08a240bc43634" } }, "bin": "tflint.exe",