--no-include-root
Do not include the root configuration file in any generated terragrunt.hcl file during scaffolding.
When enabled, Terragrunt will not automatically include the root configuration file in generated terragrunt.hcl
files during scaffolding operations in the catalog.
This is useful when you want more control over which configurations are included in newly scaffolded modules.
Examples:
terragrunt catalog --no-include-root
Environment Variables:
TG_NO_INCLUDE_ROOT