From d698a71cc590d9069b46f3df41c0c0ba915d081e Mon Sep 17 00:00:00 2001 From: saikrishnama <> Date: Mon, 15 Apr 2024 15:45:04 -0400 Subject: [PATCH] fix tflint --- .tflint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tflint.hcl b/.tflint.hcl index 4c0d8de..5c3ec3c 100644 --- a/.tflint.hcl +++ b/.tflint.hcl @@ -9,7 +9,7 @@ plugin "aws" { config { module = true force = false - call_module_type = "all" + call_module_type = none } rule "terraform_required_providers" {