From 195b0efdb9ee0855a28afc419d10ba5a481aa643 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 08:28:55 +0000 Subject: [PATCH] tflint: Update to version 0.34.0 --- bucket/tflint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/tflint.json b/bucket/tflint.json index 0551fc7f4c..5fd83a5d7d 100644 --- a/bucket/tflint.json +++ b/bucket/tflint.json @@ -1,16 +1,16 @@ { - "version": "0.33.2", + "version": "0.34.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.33.2/tflint_windows_amd64.zip", - "hash": "5dec47122a0c27e4bc8b91a89ba733014a7726eefa95f947dd49631bf093e1fb" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.34.0/tflint_windows_amd64.zip", + "hash": "00482941b621a0cfc8d3ef6dcb8ef98f47cc0fdbb329e3cbb987bc85979bbee3" }, "32bit": { - "url": "https://github.com/terraform-linters/tflint/releases/download/v0.33.2/tflint_windows_386.zip", - "hash": "7f073b44e1316c10ace0f7d98c01a63627c514594ea7ec272d53b3ce2f7160c0" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.34.0/tflint_windows_386.zip", + "hash": "d1a005bdd96f842aec515dfe83aecabb054fca3bdac93e177d8218c50e118438" } }, "bin": "tflint.exe",