Skip to content

Commit

Permalink
Add missed close parenthesis (#3651)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rindrics authored Dec 12, 2024
1 parent f364570 commit 17d6b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_docs/01_getting-started/terminology.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Note that units don't technically need to call their configuration files `terrag

### Stack

A stack is a collection of units managed by Terragrunt. There is ([as of writing](https://github.com/gruntwork-io/terragrunt/issues/3313) work underway to provide a top level artifact for interacting with stacks via a `terragrunt.stack.hcl` file, but as of now, stacks are generally defined by a directory with a tree of units. Units within a stack can be dependent on each other, and can be updated in a specific order to ensure that dependencies are resolved in the correct order.
A stack is a collection of units managed by Terragrunt. There is ([as of writing](https://github.com/gruntwork-io/terragrunt/issues/3313)) work underway to provide a top level artifact for interacting with stacks via a `terragrunt.stack.hcl` file, but as of now, stacks are generally defined by a directory with a tree of units. Units within a stack can be dependent on each other, and can be updated in a specific order to ensure that dependencies are resolved in the correct order.

Stacks typically represent a collection of units that need to be managed in concert.

Expand Down

0 comments on commit 17d6b3e

Please sign in to comment.