From ee76230b34dc6bae12ebd0ed03e47d9f098f7b02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 1 Feb 2021 21:02:28 +0100 Subject: [PATCH] tflint: Update to version 0.24.1 --- bucket/tflint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/tflint.json b/bucket/tflint.json index 22c6600141..f40302d009 100644 --- a/bucket/tflint.json +++ b/bucket/tflint.json @@ -1,16 +1,16 @@ { - "version": "0.24.0", + "version": "0.24.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.24.0/tflint_windows_amd64.zip", - "hash": "b5512f2b823f5292af3397282446000934578dd6eded88ead1655cd6a16de901" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.24.1/tflint_windows_amd64.zip", + "hash": "be9051a6bca5dfc813636c9d645dd4d6125e819ba5ccb236bf48b194192a8da8" }, "32bit": { - "url": "https://github.com/terraform-linters/tflint/releases/download/v0.24.0/tflint_windows_386.zip", - "hash": "c9d1168ae8f940b0ec090b1a653c0141f75057bb6cfde78eb81345bdd2cdfd81" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.24.1/tflint_windows_386.zip", + "hash": "66395a2ed8459a8feb47e4d87056119260cdb40a5b574ae3e293aa51291fc85f" } }, "bin": "tflint.exe",