From 20261a4df96a675c94f5c55e5025add74c7623be Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 27 Mar 2022 12:30:00 +0000 Subject: [PATCH] tflint: Update to version 0.35.0 --- bucket/tflint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/tflint.json b/bucket/tflint.json index ef17457cee..79be383160 100644 --- a/bucket/tflint.json +++ b/bucket/tflint.json @@ -1,16 +1,16 @@ { - "version": "0.34.1", + "version": "0.35.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.34.1/tflint_windows_amd64.zip", - "hash": "6eab6688b9f1b1e0b2b69c9a89b3b82192540c58e8cbfbd66b8ca13519267f8c" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.35.0/tflint_windows_amd64.zip", + "hash": "a272599f24e39f6f66e2d4c41dcf7303154baf7e518fcf1add1236a4f4cf9fea" }, "32bit": { - "url": "https://github.com/terraform-linters/tflint/releases/download/v0.34.1/tflint_windows_386.zip", - "hash": "f9dd59f99ce93924f3f411909ab884c4ab56dd91e3dac246fea8ca0195ec16ff" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.35.0/tflint_windows_386.zip", + "hash": "514f33c9a41424eb05c4194128adb7df1096bce585ad8e92be7922d92a79ac60" } }, "bin": "tflint.exe",