Skip to content

Commit

Permalink
Remove unnecessary slash (#3912)
Browse files Browse the repository at this point in the history
  • Loading branch information
oredavids authored Feb 20, 2025
1 parent 2205871 commit 5d2b955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_docs/01_getting-started/04-terminology.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ A common pattern used in the repository structure for Terragrunt projects is to

Note that units don't technically need to call their configuration files `terragrunt.hcl` (that's configurable via [--config](/docs/reference/cli-options/#config)), and users don't technically need to use a root `root.hcl` file or to name it that. This is a common pattern followed by the community, however, and deviation from this pattern should be justified in the context of the project. It can help others with Terragrunt experience understand the project more easily if industry standard patterns are followed.

Previously, a best practice recommended by Terragrunt maintainers was to name the root configuration included by units `terragrunt.hcl`. Which might be why you might see a different naming convention in your project. That has since been deprecated. You can learn more about that [here](//docs/migrate/migrating-from-root-terragrunt-hcl).
Previously, a best practice recommended by Terragrunt maintainers was to name the root configuration included by units `terragrunt.hcl`. Which might be why you might see a different naming convention in your project. That has since been deprecated. You can learn more about that [here](/docs/migrate/migrating-from-root-terragrunt-hcl).

### Stack

Expand Down

0 comments on commit 5d2b955

Please sign in to comment.