Skip to content

Commit

Permalink
fix: Update tflint module call
Browse files Browse the repository at this point in the history
The module config was removed in v0.54. Replace it with
call_module_type = "all"

Signed-off-by: David.Houck <[email protected]>
  • Loading branch information
dhoucgitter committed Nov 12, 2024
1 parent ca9822f commit 1c1c4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linting-configs/.tflint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

config {
# Enables module inspection.
module = true
call_module_type = "all"
}

plugin "terraform" {
Expand Down

0 comments on commit 1c1c4cc

Please sign in to comment.