Skip to content

Commit

Permalink
TFlint: Use "call_module_type" instead
Browse files Browse the repository at this point in the history
Signed-off-by: David.Houck <[email protected]>
  • Loading branch information
dhoucgitter committed Nov 13, 2024
1 parent 1d1ab77 commit 24bcbbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion linting-configs/.tflint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
# For more information on TFlint Ruleset for AWS, see https://github.com/terraform-linters/tflint-ruleset-aws/blob/master/docs/rules/README.md

config {
module = false
# Enables module inspection
call_module_type = "all"
}

plugin "aws" {
Expand Down

0 comments on commit 24bcbbc

Please sign in to comment.