From 9094ce0849a2d1172d0b5c8a23cf93a3cc3a4a15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edouard=20Choini=C3=A8re?= <27212526+echoix@users.noreply.github.com> Date: Fri, 31 May 2024 01:05:53 -0400 Subject: [PATCH] chore(deps): update tflint plugin terraform-linters/tflint-ruleset-aws to v0.31.0 (#3597) --- TEMPLATES/.tflint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TEMPLATES/.tflint.hcl b/TEMPLATES/.tflint.hcl index 413907016be..c8bd391b78d 100644 --- a/TEMPLATES/.tflint.hcl +++ b/TEMPLATES/.tflint.hcl @@ -6,7 +6,7 @@ config { plugin "aws" { enabled = true - version = "0.23.1" + version = "0.31.0" source = "github.com/terraform-linters/tflint-ruleset-aws" deep_check = false }