Skip to content

Commit be12825

Browse files
authored
docs: update ignore module example (terraform-linters#2130)
Fix the `ignore-module` example as the example used the deprecated `module` rather than `call_module_type`. I'm unsure which value between `all` and `local` is appropriate, but feel `all` is more appropriate.
1 parent 40299d5 commit be12825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guide/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Adding a module source to `ignore_module` will cause it to be ignored when [call
139139

140140
```hcl
141141
config {
142-
module = true
142+
call_module_type = "all"
143143
ignore_module = {
144144
"terraform-aws-modules/vpc/aws" = true
145145
"terraform-aws-modules/security-group/aws" = true

0 commit comments

Comments
 (0)