From 62454b58ec5439d5f9da8a9f3238e6e961234a2f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 16:28:50 +0000 Subject: [PATCH] tflint: Update to version 0.55.1 --- bucket/tflint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/tflint.json b/bucket/tflint.json index 07d28d39d7..07b16bf192 100644 --- a/bucket/tflint.json +++ b/bucket/tflint.json @@ -1,16 +1,16 @@ { - "version": "0.55.0", + "version": "0.55.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.55.0/tflint_windows_amd64.zip", - "hash": "eb60c8b72896b86e947ea69960472905a6a4063f4904d9e479b91eabe61c3b11" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.55.1/tflint_windows_amd64.zip", + "hash": "667e8333eed843298ba1fd1120776784c0dacc17de25e253bc8a67b03adbe87d" }, "32bit": { - "url": "https://github.com/terraform-linters/tflint/releases/download/v0.55.0/tflint_windows_386.zip", - "hash": "254b49ab23e5641f92f080d4d50c6e6bdb392028199ea6728a6e663367e1dffc" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.55.1/tflint_windows_386.zip", + "hash": "d6d81b16b8d7bbb92e635c18ca368580e3569e86d9cb6ee1c90cf6a993d7a45b" } }, "bin": "tflint.exe",