From a6a3da5d339a1bde03ce05f663f464a24bcaf65e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 14:12:20 +0000 Subject: [PATCH] chore(deps): update tflint plugin terraform-linters/tflint-ruleset-aws to v0.36.0 --- .tflint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tflint.hcl b/.tflint.hcl index a85d581b..55fc89f0 100644 --- a/.tflint.hcl +++ b/.tflint.hcl @@ -3,6 +3,6 @@ config { } plugin "aws" { enabled = true - version = "0.35.0" + version = "0.36.0" source = "github.com/terraform-linters/tflint-ruleset-aws" }