From b005705be9be2d02b67bcdd851ca81287ad17664 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 23 Sep 2020 08:44:08 +0200 Subject: [PATCH] tflint: Update to version 0.20.2 --- bucket/tflint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/tflint.json b/bucket/tflint.json index 4fa3b5d9ed..b218f0c2e4 100644 --- a/bucket/tflint.json +++ b/bucket/tflint.json @@ -1,16 +1,16 @@ { - "version": "0.20.1", + "version": "0.20.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.20.1/tflint_windows_amd64.zip", - "hash": "8cd7671a6914c711d0007802adc88fe38ec6478483015782c68b9f1ed6822e54" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.20.2/tflint_windows_amd64.zip", + "hash": "7d73ba1005b39091d1e70d16900c3c15f39cc72a359723fcf885da973ee0d04a" }, "32bit": { - "url": "https://github.com/terraform-linters/tflint/releases/download/v0.20.1/tflint_windows_386.zip", - "hash": "ea63c2966a9545b1b81e5dde55275cf4cc819bd83d68ebfec2f371563c25d28d" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.20.2/tflint_windows_386.zip", + "hash": "c99ac288309e379f60188655b7c4c783d93f8b901401e04b467cf6971616e96f" } }, "bin": "tflint.exe",