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: chjmil <[email protected]>
  • Loading branch information
saschjmil committed Nov 11, 2024
1 parent ec594f8 commit 57279bf
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 "google" {
Expand Down

0 comments on commit 57279bf

Please sign in to comment.