From f32da039efdf53a10ee5ce88168bf90703cae722 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 20:29:54 +0000 Subject: [PATCH] tflint: Update to version 0.38.1 --- bucket/tflint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/tflint.json b/bucket/tflint.json index 78b27a1b3f..3b43a96c85 100644 --- a/bucket/tflint.json +++ b/bucket/tflint.json @@ -1,16 +1,16 @@ { - "version": "0.37.0", + "version": "0.38.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.37.0/tflint_windows_amd64.zip", - "hash": "ed721bceb69222decc5bf80b06ece64d7db180f5667aacbc03f3416a13b7b89a" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.38.1/tflint_windows_amd64.zip", + "hash": "75f457dff88c8dd0a596dd9bb97a150fde780312cdef22cd9b64b5cfbf076306" }, "32bit": { - "url": "https://github.com/terraform-linters/tflint/releases/download/v0.37.0/tflint_windows_386.zip", - "hash": "33e0dbf154d876c36e722358add7f3d540fe23f7c3d7ff0a14454eac8668a435" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.38.1/tflint_windows_386.zip", + "hash": "895b3b6c77796fe1f0e30543207dafd1259e742f0bfc256fcddd89875f41ee48" } }, "bin": "tflint.exe",