From a335281ddcbd3247aa50379373a10da8d5507e52 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 14 Mar 2020 15:01:55 +0000 Subject: [PATCH] tflint: Update to version 0.15.2 --- bucket/tflint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/tflint.json b/bucket/tflint.json index 6031c0a21e..6336b2e06c 100644 --- a/bucket/tflint.json +++ b/bucket/tflint.json @@ -2,15 +2,15 @@ "homepage": "https://github.com/terraform-linters/tflint", "description": "A Terraform linter focused on possible errors, best practices, etc.", "license": "MPL-2.0", - "version": "0.15.1", + "version": "0.15.2", "architecture": { "64bit": { - "url": "https://github.com/terraform-linters/tflint/releases/download/v0.15.1/tflint_windows_amd64.zip", - "hash": "f111770e7096b68b5a175beed280a09c915d6cf604db8beaeb84b2e132c71f7d" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.15.2/tflint_windows_amd64.zip", + "hash": "eba1065aeb4ee7858507b6510ca5c91fa7509b0f424e7f7d8dc88622a0f598b8" }, "32bit": { - "url": "https://github.com/terraform-linters/tflint/releases/download/v0.15.1/tflint_windows_386.zip", - "hash": "6100ffad86056ec52208ef59387bc6b9cbd83417c7b2f43b33c5ba9e5442b0df" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.15.2/tflint_windows_386.zip", + "hash": "a3177297950d8785fe24b531b1292ee564268d30d609a12d97cc8ce252c7c3d9" } }, "bin": "tflint.exe",