From a05c996b36bd0ebb7c99b4678d643d4d90cfd737 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 30 Jan 2020 18:01:49 +0000 Subject: [PATCH] tflint: Update to version 0.14.0 --- bucket/tflint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/tflint.json b/bucket/tflint.json index 5868de0ea7..0409c6ea37 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.4", + "version": "0.14.0", "architecture": { "64bit": { - "url": "https://github.com/terraform-linters/tflint/releases/download/v0.13.4/tflint_windows_amd64.zip", - "hash": "26b8aa52a1da5452ee400d324c6ac2d9f6c3f7bf7bf57172dc802ab0820f567a" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.14.0/tflint_windows_amd64.zip", + "hash": "81327f1dfb3c4b597c61de40a76f2b744f46c7d12107604d1000257ba414b6ba" }, "32bit": { - "url": "https://github.com/terraform-linters/tflint/releases/download/v0.13.4/tflint_windows_386.zip", - "hash": "25b006a134f84bcbdcf82d76bcbc11de82d28fa16b05e6d61b9e10ee71d50be2" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.14.0/tflint_windows_386.zip", + "hash": "5ce8464d857c93ec5c0dff17452893c2f3cfc563d48cb927ce5f220eb0d75316" } }, "bin": "tflint.exe",