From 67f713dfdad45ab4ca8cb069ed365487e529f075 Mon Sep 17 00:00:00 2001 From: Jim Enright Date: Mon, 11 Nov 2024 19:22:42 +0000 Subject: [PATCH] Update tflint config option (#83) Signed-off-by: Jim Enright --- .tflint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tflint.hcl b/.tflint.hcl index 2874a62..a8086fe 100644 --- a/.tflint.hcl +++ b/.tflint.hcl @@ -37,7 +37,7 @@ plugin "google" { } config { - module = true + call_module_type = "local" force = false }