From a4f59d488bf3dfe785eeb59f3465224352b3009e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Jul 2022 16:30:56 +0000 Subject: [PATCH] tflint: Update to version 0.39.0 --- bucket/tflint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/tflint.json b/bucket/tflint.json index 3b43a96c85..99307d416e 100644 --- a/bucket/tflint.json +++ b/bucket/tflint.json @@ -1,16 +1,16 @@ { - "version": "0.38.1", + "version": "0.39.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.38.1/tflint_windows_amd64.zip", - "hash": "75f457dff88c8dd0a596dd9bb97a150fde780312cdef22cd9b64b5cfbf076306" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.39.0/tflint_windows_amd64.zip", + "hash": "cc37818f7c9474886c4e434a705f371f538d584a70d49a76c3c5f7c890397260" }, "32bit": { - "url": "https://github.com/terraform-linters/tflint/releases/download/v0.38.1/tflint_windows_386.zip", - "hash": "895b3b6c77796fe1f0e30543207dafd1259e742f0bfc256fcddd89875f41ee48" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.39.0/tflint_windows_386.zip", + "hash": "fc17b2595eece733b2d77865e0c7e9ddbbdad60de611f37ca3ca28ca79f4190b" } }, "bin": "tflint.exe",