mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 04:48:33 +07:00
Up to now there was only one way to enable recursive execution and that was with `--recursive` CLI flag. This enables the same behavior but within config file (i.e. `.terraform-docs.yml`) Example: ```yaml recursive: enabled: false path: modules ``` Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>