From 57279bf16af2c5363bb1dce5e20ff0183f936e52 Mon Sep 17 00:00:00 2001 From: chjmil Date: Mon, 11 Nov 2024 17:13:53 -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: chjmil --- 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 2fa8567..ffac0eb 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 "google" {