From 488023d0ac00db05ca50f031855f9abf07d4a0d4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 May 2022 12:31:33 +0000 Subject: [PATCH] tflint: Update to version 0.36.0 --- bucket/tflint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/tflint.json b/bucket/tflint.json index 79be383160..bc987e867f 100644 --- a/bucket/tflint.json +++ b/bucket/tflint.json @@ -1,16 +1,16 @@ { - "version": "0.35.0", + "version": "0.36.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.35.0/tflint_windows_amd64.zip", - "hash": "a272599f24e39f6f66e2d4c41dcf7303154baf7e518fcf1add1236a4f4cf9fea" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.36.0/tflint_windows_amd64.zip", + "hash": "08498f3d7f16bfb8132730f27a9fbe83498d463057b2f921f5f5865b0403f000" }, "32bit": { - "url": "https://github.com/terraform-linters/tflint/releases/download/v0.35.0/tflint_windows_386.zip", - "hash": "514f33c9a41424eb05c4194128adb7df1096bce585ad8e92be7922d92a79ac60" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.36.0/tflint_windows_386.zip", + "hash": "1f6d33b589beed873db00d2a0ec8cb218ff6e26026a14b02a524eaf45ba68c64" } }, "bin": "tflint.exe",