Skip to content

Commit

Permalink
Replace 'module' with 'call_module_type'
Browse files Browse the repository at this point in the history
  • Loading branch information
wiebeck committed Aug 23, 2024
1 parent 4f4c067 commit a94277a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/.tflint.hcl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# https://github.com/terraform-linters/tflint/blob/master/docs/user-guide/config.md
# https://github.com/github/super-linter/blob/main/TEMPLATES/.tflint.hcl
config {
module = false
force = false
call_module_type = "none"
force = false
}

plugin "terraform" {
Expand Down

0 comments on commit a94277a

Please sign in to comment.