From 0e3fba01acb73bafc0948d4e1b2d940448e4d4ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 17:11:21 +0000 Subject: [PATCH] Update TFLint plugin terraform-linters/tflint-ruleset-aws to v0.23.1 Signed-off-by: Renovate Bot --- .tflint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tflint.hcl b/.tflint.hcl index 7386e47..bb7920f 100644 --- a/.tflint.hcl +++ b/.tflint.hcl @@ -44,6 +44,6 @@ rule "terraform_standard_module_structure" { enabled = true } plugin "aws" { enabled = true - version = "0.23.0" + version = "0.23.1" source = "github.com/terraform-linters/tflint-ruleset-aws" }