From 66b0ae8ab36eebcc85ea30e4b48eb1d114ee9ba5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 25 Apr 2021 18:46:20 +0200 Subject: [PATCH] tflint: Update to version 0.28.0 --- bucket/tflint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/tflint.json b/bucket/tflint.json index 83fee91868..8392c523c9 100644 --- a/bucket/tflint.json +++ b/bucket/tflint.json @@ -1,16 +1,16 @@ { - "version": "0.27.0", + "version": "0.28.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.27.0/tflint_windows_amd64.zip", - "hash": "7615d80a8c93de3c977fed429fdbdab9dab231e67f5bb6b7abc6fd59677c33a8" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.28.0/tflint_windows_amd64.zip", + "hash": "604fef7dee2a5f315b8e03cbc163f96dcf0c1ead0372226714f43e68b84a66d1" }, "32bit": { - "url": "https://github.com/terraform-linters/tflint/releases/download/v0.27.0/tflint_windows_386.zip", - "hash": "d1a9c97cbf50527ac0a838da9f7f9ceb821616cace1647bd9f405b540e72c307" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.28.0/tflint_windows_386.zip", + "hash": "69f15544a79a705e77873ee61b47faba2ea1b4fb2d1fbd630c5d39f753faa8f1" } }, "bin": "tflint.exe",