From 1fe2cd572f2e99f3444b743377b94ce248a96eaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 12 Sep 2021 05:53:03 -0700 Subject: [PATCH] tflint: Update to version 0.32.1 --- bucket/tflint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/tflint.json b/bucket/tflint.json index e12ac3e1ae..ba29fdf5a1 100644 --- a/bucket/tflint.json +++ b/bucket/tflint.json @@ -1,16 +1,16 @@ { - "version": "0.32.0", + "version": "0.32.1", "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.32.0/tflint_windows_amd64.zip", - "hash": "9b1303a5005a950814493277a9921afcb4ff896c5902fc3912dc6a04992fce1e" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.32.1/tflint_windows_amd64.zip", + "hash": "00e2477aa580df7fdf6be53e75bc05aa595a99f2371d0ac05c7e242fe2c6a1b6" }, "32bit": { - "url": "https://github.com/terraform-linters/tflint/releases/download/v0.32.0/tflint_windows_386.zip", - "hash": "f2848f59d05d1797c8a9e7e4bf9f39cb8565ec2d96c639d81ea5d9fd09ef4156" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.32.1/tflint_windows_386.zip", + "hash": "998c5c10faacadb1d5c2ef5df4975707634838289df3625ba412ed58fed734a6" } }, "bin": "tflint.exe",