Skip to content

Commit 5fa08a4

Browse files
committed
fix(tflint): replace deprecated module attribute with call_module_type
TFLint v0.54.0 removed the `module` attribute. Updated config to use `call_module_type = "all"` to restore module analysis compatibility.
1 parent b16c1ff commit 5fa08a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.tflint.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ config {
22
disabled_by_default = false
33
format = "compact"
44
force = false
5-
module = true
5+
call_module_type = "all"
66
}
7-
7+
88
plugin "aws" {
99
enabled = true
1010
source = "github.com/terraform-linters/tflint-ruleset-aws"

0 commit comments

Comments
 (0)