From ee8e615c46249ba6d2838fb8bc8bd7003d55f84c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 23 Nov 2020 22:33:14 +0100 Subject: [PATCH] tflint: Update to version 0.21.0 --- bucket/tflint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/tflint.json b/bucket/tflint.json index 36b5d623b6..a5f7c8de41 100644 --- a/bucket/tflint.json +++ b/bucket/tflint.json @@ -1,16 +1,16 @@ { - "version": "0.20.3", + "version": "0.21.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.20.3/tflint_windows_amd64.zip", - "hash": "ca7e1604786cda6d276c1200c364e9c1b379210337a5d387398ebbc162ebe424" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.21.0/tflint_windows_amd64.zip", + "hash": "0278ac1becd91d4cb8bf8231be5dafbe33e3828bd8fd7a6724455694b594191d" }, "32bit": { - "url": "https://github.com/terraform-linters/tflint/releases/download/v0.20.3/tflint_windows_386.zip", - "hash": "d1e032cf83bdd8d567e2a69e37aa7e33f4dda12b45babbfae26e2cb0d3bbf37a" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.21.0/tflint_windows_386.zip", + "hash": "972efb80214775f268e6968f1df8ac8053899c50d0d8850dedaa1ebee287decf" } }, "bin": "tflint.exe",