Skip to content

Commit 7f94fd7

Browse files
authored
Stack configuration links update (#4201)
1 parent e42957e commit 7f94fd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/_docs/04_reference/01-configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ When multiple units, each with their own `terragrunt.hcl` file exist in child di
9090

9191
To make it easier to generate configurations like this, Terragrunt has special tooling in the form of `terragrunt.stack.hcl` files. `terragrunt.stack.hcl` files support all the same HCL functions as `terragrunt.hcl` files, however, they don't support any top-level attributes, and the configuration blocks they support are limited to the following:
9292

93-
- [unit](/docs/reference/hcl/config-blocks-and-attributes#unit)
94-
- [stack](/docs/reference/hcl/config-blocks-and-attributes#stack)
95-
- [locals](/docs/reference/hcl/config-blocks-and-attributes#locals)
93+
- [unit](/docs/reference/config-blocks-and-attributes/#unit)
94+
- [stack](/docs/reference/config-blocks-and-attributes/#stack)
95+
- [locals](/docs/reference/config-blocks-and-attributes/#locals)
9696

9797
These special configurations are used by the [stack generate command](/docs/reference/cli/commands/stack/generate) (and all the other `stack` prefixed commands) to generate units programmatically, on demand. The units they generate are valid unit configurations, and can be read and used as if they were manually authored.
9898

0 commit comments

Comments
 (0)