From c3c9b9a8c6fb2a084f24b6d2ad4c6c7ea94a77ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 20:23:54 +0000 Subject: [PATCH] tflint: Update to version 0.50.3 --- bucket/tflint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/tflint.json b/bucket/tflint.json index b7a2244e8e..c287f690e8 100644 --- a/bucket/tflint.json +++ b/bucket/tflint.json @@ -1,16 +1,16 @@ { - "version": "0.50.2", + "version": "0.50.3", "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.50.2/tflint_windows_amd64.zip", - "hash": "d90735fff73ef5637ef5148f75a42cd644d3b5192a26325d0163707a83c55806" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.50.3/tflint_windows_amd64.zip", + "hash": "86f9b9083252dab481e3988039eefcd1b7d32e9050ad764a1c2a5c19d66f4d25" }, "32bit": { - "url": "https://github.com/terraform-linters/tflint/releases/download/v0.50.2/tflint_windows_386.zip", - "hash": "645e7cbf2276366ffb717d6935f51a56641551f5ff19281336f70cffd981f097" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.50.3/tflint_windows_386.zip", + "hash": "27e93099fbbdd882ca1c29b3e4c529ae718491cb711355f753468f419ba666d0" } }, "bin": "tflint.exe",