From c54967b292b7c20dc211e814cff0aa7870074740 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 12 Jun 2021 09:27:16 -0700 Subject: [PATCH] tflint: Update to version 0.29.1 --- bucket/tflint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/tflint.json b/bucket/tflint.json index 9c27ca360e..125a7762b4 100644 --- a/bucket/tflint.json +++ b/bucket/tflint.json @@ -1,16 +1,16 @@ { - "version": "0.29.0", + "version": "0.29.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.29.0/tflint_windows_amd64.zip", - "hash": "5fcc0188ea85a9ec9645aa9f9577e205e35812b21ecd7d65cc3125dd5e4d54d9" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.29.1/tflint_windows_amd64.zip", + "hash": "78cc691bf7010400d93f7c9cf44110448230225099650bc0e6f2139d59badd6c" }, "32bit": { - "url": "https://github.com/terraform-linters/tflint/releases/download/v0.29.0/tflint_windows_386.zip", - "hash": "a0304ae34ff92a218bd34b9cca230fa23cde49c68efbfc4dfe44f94b8638affb" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.29.1/tflint_windows_386.zip", + "hash": "cc7bcd38f4232dca5d102f4d2eb02a94760c0c813ef1a8dfc0257d7c28ed3af9" } }, "bin": "tflint.exe",