--no-include-root
Disable inclusion of the root module in the generated `terragrunt.hcl` file (equivalent to using `--var=EnableRootInclude=false`, and will be overridden if the corresponding `var` value is set).
When enabled, Terragrunt will not automatically include the root configuration file in generated terragrunt.hcl
files during scaffolding operations.
This is equivalent to setting --var=EnableRootInclude=false
and will be overridden if that variable is explicitly set.
Example:
terragrunt scaffold github.com/org/repo//modules/mysql --no-include-root
Environment Variables:
TG_NO_INCLUDE_ROOT