From c647b8103bef52feeefabfad4ecb43af1e340a9f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 16:30:36 +0000 Subject: [PATCH] tflint: Update to version 0.39.1 --- bucket/tflint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/tflint.json b/bucket/tflint.json index 99307d416e..ac56cadbd6 100644 --- a/bucket/tflint.json +++ b/bucket/tflint.json @@ -1,16 +1,16 @@ { - "version": "0.39.0", + "version": "0.39.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.39.0/tflint_windows_amd64.zip", - "hash": "cc37818f7c9474886c4e434a705f371f538d584a70d49a76c3c5f7c890397260" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.39.1/tflint_windows_amd64.zip", + "hash": "67881d686221898e6dcea7d141b6397493c203fd529725b2e2923e2412a85492" }, "32bit": { - "url": "https://github.com/terraform-linters/tflint/releases/download/v0.39.0/tflint_windows_386.zip", - "hash": "fc17b2595eece733b2d77865e0c7e9ddbbdad60de611f37ca3ca28ca79f4190b" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.39.1/tflint_windows_386.zip", + "hash": "8288f66555da47109bf6b3f51118c28202fbd17f1c2c197d148abb8a49be72cb" } }, "bin": "tflint.exe",