From c2ad8e7102932f78989b5ed0da745eef6d04dafc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 17 Sep 2022 16:30:42 +0000 Subject: [PATCH] tflint: Update to version 0.40.1 --- bucket/tflint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/tflint.json b/bucket/tflint.json index 5d317f3d54..f62d3ba8f3 100644 --- a/bucket/tflint.json +++ b/bucket/tflint.json @@ -1,16 +1,16 @@ { - "version": "0.40.0", + "version": "0.40.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.40.0/tflint_windows_amd64.zip", - "hash": "826ad8df89c8c996e693d9bab2e616416fcb2cec0510d4befe0fc195b31ece53" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.40.1/tflint_windows_amd64.zip", + "hash": "c1589a6fabcd1d7a3d78107fe7b60c1fd99d25b5d15a547cd3155033aa802632" }, "32bit": { - "url": "https://github.com/terraform-linters/tflint/releases/download/v0.40.0/tflint_windows_386.zip", - "hash": "65790dd6d2e2458a4a7a5a5590a14d08383c1877273fc4c185e6df315de3f4bc" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.40.1/tflint_windows_386.zip", + "hash": "27c2604e10b09c7fd6d928fb45d5ec798acac0c87d573ede83585351c9730656" } }, "bin": "tflint.exe",