Skip to content

Commit

Permalink
Update docs/_docs/02_features/locals.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yhakbar committed May 21, 2024
1 parent bbf85c4 commit 0f48ba8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/_docs/02_features/locals.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ locals {
```

```hcl
# child/terragrunt.hcl
locals {
parent_computed_value = read_terragrunt_config(find_in_parent_folders("computed.hcl"))
message = "${local.parent_computed_value.computed_value} world!" # <-- Hello world!
Expand Down

0 comments on commit 0f48ba8

Please sign in to comment.