From f563bfba63d439dde8fac244ae6e85e902b78a85 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 16:26:35 +0000 Subject: [PATCH] tflint: Update to version 0.50.2 --- bucket/tflint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/tflint.json b/bucket/tflint.json index c8934f6d6a..b7a2244e8e 100644 --- a/bucket/tflint.json +++ b/bucket/tflint.json @@ -1,16 +1,16 @@ { - "version": "0.50.1", + "version": "0.50.2", "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.1/tflint_windows_amd64.zip", - "hash": "cbe3a481e1b10af919624a38a364759f99f15e9993d781267add17bb3a041276" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.50.2/tflint_windows_amd64.zip", + "hash": "d90735fff73ef5637ef5148f75a42cd644d3b5192a26325d0163707a83c55806" }, "32bit": { - "url": "https://github.com/terraform-linters/tflint/releases/download/v0.50.1/tflint_windows_386.zip", - "hash": "e5feec12264a9054c80a0ab8a9327e944aece948c60116e9ad5cca7958f36e72" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.50.2/tflint_windows_386.zip", + "hash": "645e7cbf2276366ffb717d6935f51a56641551f5ff19281336f70cffd981f097" } }, "bin": "tflint.exe",