From ea395f1c4b0ceee0cdb4084d59c3b7ccf169b471 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 10:24:28 +0000 Subject: [PATCH] Update TFLint plugin terraform-linters/tflint-ruleset-aws to v0.31.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .tflint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tflint.hcl b/.tflint.hcl index 166622b..5d63130 100644 --- a/.tflint.hcl +++ b/.tflint.hcl @@ -44,6 +44,6 @@ rule "terraform_standard_module_structure" { enabled = true } plugin "aws" { enabled = true - version = "0.30.0" + version = "0.31.0" source = "github.com/terraform-linters/tflint-ruleset-aws" }