From a67e0115213285ee18c6fb73964a2f555340eb30 Mon Sep 17 00:00:00 2001 From: Anmol Nagpal <4303310+anmolnagpal@users.noreply.github.com> Date: Tue, 8 Aug 2023 17:15:06 +0530 Subject: [PATCH] Update .tflint.hcl (#59) --- .github/config/.tflint.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/config/.tflint.hcl b/.github/config/.tflint.hcl index 2f507004..71131a15 100644 --- a/.github/config/.tflint.hcl +++ b/.github/config/.tflint.hcl @@ -6,9 +6,9 @@ config { plugin "aws" { enabled = true - version = "0.21.0" + version = "0.25.0" source = "github.com/terraform-linters/tflint-ruleset-aws" - deep_check = false + deep_check = true } rule "aws_instance_invalid_type" {