From cd0f7a98e8e16ae1da872b1feb1f1cda0bc80e3a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Jul 2025 12:30:56 +0000 Subject: [PATCH] tflint: Update to version 0.58.1 --- bucket/tflint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/tflint.json b/bucket/tflint.json index 0821285068..46be759117 100644 --- a/bucket/tflint.json +++ b/bucket/tflint.json @@ -1,16 +1,16 @@ { - "version": "0.58.0", + "version": "0.58.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.58.0/tflint_windows_amd64.zip", - "hash": "5320933d7b33987b5c452035b84b81d58c5f38cf22ff68d0a3db24ffeb939180" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.58.1/tflint_windows_amd64.zip", + "hash": "4e5a9d4e1fda7a415516ed045da6fc56a466d1dd77840e3b4e68093a62f3d68d" }, "32bit": { - "url": "https://github.com/terraform-linters/tflint/releases/download/v0.58.0/tflint_windows_386.zip", - "hash": "78eb37da4a4b257e255f38081c10884ebfa810d75f8418f947f401585475b23e" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.58.1/tflint_windows_386.zip", + "hash": "3f46e5dabb22784c930155b014eeea62f83e250a0ab0994a50e221f67c2929d6" } }, "bin": "tflint.exe",