From 6e0cec5a6b558eba7955f3c700c3d72c9444c7c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 01:52:50 +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" }