From 9d8609c14ed8735490979f773eb26f3e5b82847a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 16:30:53 +0000 Subject: [PATCH] tflint: Update to version 0.36.2 --- bucket/tflint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/tflint.json b/bucket/tflint.json index 18f16ffd12..a7ba6c024b 100644 --- a/bucket/tflint.json +++ b/bucket/tflint.json @@ -1,16 +1,16 @@ { - "version": "0.36.1", + "version": "0.36.2", "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.36.1/tflint_windows_amd64.zip", - "hash": "befc9d55c4e0a90736995045d047d5c9ee59160d3fd96a3ebe6206a95bf0fdfc" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.36.2/tflint_windows_amd64.zip", + "hash": "3ea13ff4b5de867695211231c84b646197263426b0486619fb3f222aed23d933" }, "32bit": { - "url": "https://github.com/terraform-linters/tflint/releases/download/v0.36.1/tflint_windows_386.zip", - "hash": "4afabbf2567663405f1350b865f1ee2283707d2c41449abe54b326e6eaf91dba" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.36.2/tflint_windows_386.zip", + "hash": "193f3e8f166721c5752d31e14d5ae335c1b82eac90780636abd7699931e25231" } }, "bin": "tflint.exe",