From 272f2b136ad1c9d14731ab484c3d7a5d1354d7e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 18 Oct 2020 19:29:38 +0200 Subject: [PATCH] tflint: Update to version 0.20.3 --- bucket/tflint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/tflint.json b/bucket/tflint.json index b218f0c2e4..36b5d623b6 100644 --- a/bucket/tflint.json +++ b/bucket/tflint.json @@ -1,16 +1,16 @@ { - "version": "0.20.2", + "version": "0.20.3", "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.2/tflint_windows_amd64.zip", - "hash": "7d73ba1005b39091d1e70d16900c3c15f39cc72a359723fcf885da973ee0d04a" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.20.3/tflint_windows_amd64.zip", + "hash": "ca7e1604786cda6d276c1200c364e9c1b379210337a5d387398ebbc162ebe424" }, "32bit": { - "url": "https://github.com/terraform-linters/tflint/releases/download/v0.20.2/tflint_windows_386.zip", - "hash": "c99ac288309e379f60188655b7c4c783d93f8b901401e04b467cf6971616e96f" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.20.3/tflint_windows_386.zip", + "hash": "d1e032cf83bdd8d567e2a69e37aa7e33f4dda12b45babbfae26e2cb0d3bbf37a" } }, "bin": "tflint.exe",