From 1c1c4cc0b85b8c5f761b0aa55b2279963d23913e Mon Sep 17 00:00:00 2001 From: "David.Houck" Date: Tue, 12 Nov 2024 10:38:19 -0500 Subject: [PATCH] fix: Update tflint module call The module config was removed in v0.54. Replace it with call_module_type = "all" Signed-off-by: David.Houck --- linting-configs/.tflint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linting-configs/.tflint.hcl b/linting-configs/.tflint.hcl index 337cfd6..02e587e 100644 --- a/linting-configs/.tflint.hcl +++ b/linting-configs/.tflint.hcl @@ -8,7 +8,7 @@ config { # Enables module inspection. - module = true + call_module_type = "all" } plugin "terraform" {