From cbe1a8b8ce6669b5df5684063b3c6ccabfd523bc Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 18 Dec 2019 20:00:20 +0000 Subject: [PATCH] tflint: Update to version 0.13.3 --- bucket/tflint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/tflint.json b/bucket/tflint.json index 972e4b3a02..47f0226a56 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.13.2", + "version": "0.13.3", "architecture": { "64bit": { - "url": "https://github.com/terraform-linters/tflint/releases/download/v0.13.2/tflint_windows_amd64.zip", - "hash": "a5b370cd58f2e00391e1627fa9b95f8bee911b79dfdebf062d8e1bb34f3357cc" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.13.3/tflint_windows_amd64.zip", + "hash": "6c7d90e3d19f88327a93c4da554099686add108f6a8260efd35edfcb72a4b346" }, "32bit": { - "url": "https://github.com/terraform-linters/tflint/releases/download/v0.13.2/tflint_windows_386.zip", - "hash": "bc53d78d47888e5b44b91a20e8c805da33996a7a69bddcc222c62e3706c4c316" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.13.3/tflint_windows_386.zip", + "hash": "c89ebc16b178549135d2286febf9fc86cd7ac246a52e22bb60213d157a34b5d8" } }, "bin": "tflint.exe",