From 73641e948b52ad35bfda96cf5ff55d65ff588515 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 5 May 2021 11:21:05 +0200 Subject: [PATCH] tflint: Update to version 0.28.1 --- bucket/tflint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/tflint.json b/bucket/tflint.json index 8392c523c9..3a0f39063d 100644 --- a/bucket/tflint.json +++ b/bucket/tflint.json @@ -1,16 +1,16 @@ { - "version": "0.28.0", + "version": "0.28.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.28.0/tflint_windows_amd64.zip", - "hash": "604fef7dee2a5f315b8e03cbc163f96dcf0c1ead0372226714f43e68b84a66d1" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.28.1/tflint_windows_amd64.zip", + "hash": "69783b6fa1a4985f169d02970c04d422dd8307f4650e5b6e562d0202f204a4c1" }, "32bit": { - "url": "https://github.com/terraform-linters/tflint/releases/download/v0.28.0/tflint_windows_386.zip", - "hash": "69f15544a79a705e77873ee61b47faba2ea1b4fb2d1fbd630c5d39f753faa8f1" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.28.1/tflint_windows_386.zip", + "hash": "0af8507f273ad8751160812593844ef82641c47b176e5e7917422a7cc01a4ceb" } }, "bin": "tflint.exe",