From 86849ceb068e1adcf1f4268a3e704ee3e8483d1d Mon Sep 17 00:00:00 2001 From: Anmol Nagpal <4303310+anmolnagpal@users.noreply.github.com> Date: Tue, 8 Aug 2023 16:30:01 +0200 Subject: [PATCH] Update .tflint.hcl --- .github/config/.tflint.hcl | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/config/.tflint.hcl b/.github/config/.tflint.hcl index 71131a15..818200cf 100644 --- a/.github/config/.tflint.hcl +++ b/.github/config/.tflint.hcl @@ -8,7 +8,6 @@ plugin "aws" { enabled = true version = "0.25.0" source = "github.com/terraform-linters/tflint-ruleset-aws" - deep_check = true } rule "aws_instance_invalid_type" {