From 120390bc13760321f8cc5e52af3497e56d46c2c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 14 Oct 2021 21:09:57 -0700 Subject: [PATCH] tflint: Update to version 0.33.0 --- bucket/tflint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/tflint.json b/bucket/tflint.json index ba29fdf5a1..456655b30a 100644 --- a/bucket/tflint.json +++ b/bucket/tflint.json @@ -1,16 +1,16 @@ { - "version": "0.32.1", + "version": "0.33.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.32.1/tflint_windows_amd64.zip", - "hash": "00e2477aa580df7fdf6be53e75bc05aa595a99f2371d0ac05c7e242fe2c6a1b6" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.33.0/tflint_windows_amd64.zip", + "hash": "46d0af62d0b8f51e5d7e81bdd0242b79bffd1ed5d60735bdbd767d2b50dc829b" }, "32bit": { - "url": "https://github.com/terraform-linters/tflint/releases/download/v0.32.1/tflint_windows_386.zip", - "hash": "998c5c10faacadb1d5c2ef5df4975707634838289df3625ba412ed58fed734a6" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.33.0/tflint_windows_386.zip", + "hash": "ee9f293767fa509476dec134b3309a24c60c7951e2a57d64d2fd86f2b1af18e2" } }, "bin": "tflint.exe",