Skip to content

Commit 65678e2

Browse files
Update docs-starlight/src/content/docs/03-features/07-scaffold.md
Co-authored-by: Yousif Akbar <[email protected]>
1 parent ce9bfed commit 65678e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs-starlight/src/content/docs/03-features/07-scaffold.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Optional variables which can be passed to `scaffold` command:
100100

101101
### Convenience flags
102102

103-
- `--no-include-root` - Disable inclusion of the root unit in the generated `terragrunt.hcl` file (equivalent to using `--var=EnableRootInclude=false`, and will be overridden if the corresponding `var` value is set).
103+
- `--no-include-root` - Disable inclusion of the root include in the generated `terragrunt.hcl` file (equivalent to using `--var=EnableRootInclude=false`, and will be overridden if the corresponding `var` value is set).
104104
- `--root-file-name` - Set the name of the root configuration file to include in the generated `terragrunt.hcl` file (equivalent to using `--var=RootFileName=<name>`, and will be overridden if the corresponding `var` value is set).
105105
- `--no-dependency-prompt` - Disable dependency confirmation, but keep the interactive mode enabled (skip asking for confirmation about including dependencies defined in the boilerplate template).
106106

0 commit comments

Comments
 (0)