From a001e9b68ad6de5fea8fbb845ee8832106d35391 Mon Sep 17 00:00:00 2001 From: thepoppingone Date: Sun, 9 Jun 2024 00:26:07 +0000 Subject: [PATCH] chore: update tflint aws plugin --- .tflint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tflint.hcl b/.tflint.hcl index 69244ac..7ab6186 100644 --- a/.tflint.hcl +++ b/.tflint.hcl @@ -1,6 +1,6 @@ plugin "aws" { enabled = true - version = "0.27.0" + version = "0.32.0" source = "github.com/terraform-linters/tflint-ruleset-aws" }