Back to Terragrunt

Scaffold No Include Root

docs/src/data/flags/scaffold-no-include-root.mdx

1.0.3368 B
Original Source

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:

bash
terragrunt scaffold github.com/org/repo//modules/mysql --no-include-root