From 067ce3e0cd12d7b4ec9c6140a331fb21315c343e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 00:47:26 +0000 Subject: [PATCH] chore(deps): update tflint plugin terraform-linters/tflint-ruleset-aws to v0.27.0 --- terraform/.tflint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/.tflint.hcl b/terraform/.tflint.hcl index 0326fb41..de505176 100644 --- a/terraform/.tflint.hcl +++ b/terraform/.tflint.hcl @@ -5,6 +5,6 @@ plugin "terraform" { plugin "aws" { enabled = true - version = "0.26.0" + version = "0.27.0" source = "github.com/terraform-linters/tflint-ruleset-aws" }