From 4b88db6a732fec31b458c2fe2ca4ad47adcba577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 20 Jul 2020 08:45:53 +0200 Subject: [PATCH] tflint: Update to version 0.18.0 --- bucket/tflint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/tflint.json b/bucket/tflint.json index 1d2cc3d9cd..b2acc744bf 100644 --- a/bucket/tflint.json +++ b/bucket/tflint.json @@ -1,16 +1,16 @@ { - "version": "0.17.0", + "version": "0.18.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.17.0/tflint_windows_amd64.zip", - "hash": "eaea9f5946dae81d173c28388ca529f2b2a2cd1b74281c96d9a21bb2e15ade5e" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.18.0/tflint_windows_amd64.zip", + "hash": "3a68b330da6a995c5c3779443d3eab9662e705070593cc5388c87996a04faa7d" }, "32bit": { - "url": "https://github.com/terraform-linters/tflint/releases/download/v0.17.0/tflint_windows_386.zip", - "hash": "5ca5e2ec65531a33594c9e15573387d52072bdc4fdf98ffd97c6776ebe684758" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.18.0/tflint_windows_386.zip", + "hash": "745badad99705fcbc9a45a1c8493b38d41dd392778f23b14f820c9c85e156f86" } }, "bin": "tflint.exe",