From 23b966d04149e96e69ea59a6496af8225acf40f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 3 May 2025 16:29:31 +0000 Subject: [PATCH] tflint: Update to version 0.57.0 --- bucket/tflint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/tflint.json b/bucket/tflint.json index 099479645e..0c2804c084 100644 --- a/bucket/tflint.json +++ b/bucket/tflint.json @@ -1,16 +1,16 @@ { - "version": "0.56.0", + "version": "0.57.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.56.0/tflint_windows_amd64.zip", - "hash": "8b1aeea099fb6bfae5cfc3437dc055909287ebef5212bbfcc6c3e211a515fef0" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.57.0/tflint_windows_amd64.zip", + "hash": "ed0ef8236e632d78e951aa5335d19cbd591f746267e8b60655be4b29f68e4d2c" }, "32bit": { - "url": "https://github.com/terraform-linters/tflint/releases/download/v0.56.0/tflint_windows_386.zip", - "hash": "f46e06f21d94c94444b266ba7e66b40af418caadfe1d7d633aa06f91a4150c1c" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.57.0/tflint_windows_386.zip", + "hash": "634b363a6e9996e05183e5615ae1bb1ed3c41af42ad778554f798f8fc8bb309a" } }, "bin": "tflint.exe",