From b3f1526da8fff220b8e37e49e67d8f4a635aa118 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Feb 2022 00:39:46 +0000 Subject: [PATCH] tflint: Update to version 0.34.1 --- bucket/tflint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/tflint.json b/bucket/tflint.json index 5fd83a5d7d..ef17457cee 100644 --- a/bucket/tflint.json +++ b/bucket/tflint.json @@ -1,16 +1,16 @@ { - "version": "0.34.0", + "version": "0.34.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.34.0/tflint_windows_amd64.zip", - "hash": "00482941b621a0cfc8d3ef6dcb8ef98f47cc0fdbb329e3cbb987bc85979bbee3" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.34.1/tflint_windows_amd64.zip", + "hash": "6eab6688b9f1b1e0b2b69c9a89b3b82192540c58e8cbfbd66b8ca13519267f8c" }, "32bit": { - "url": "https://github.com/terraform-linters/tflint/releases/download/v0.34.0/tflint_windows_386.zip", - "hash": "d1a005bdd96f842aec515dfe83aecabb054fca3bdac93e177d8218c50e118438" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.34.1/tflint_windows_386.zip", + "hash": "f9dd59f99ce93924f3f411909ab884c4ab56dd91e3dac246fea8ca0195ec16ff" } }, "bin": "tflint.exe",