Skip to content

Commit e293f0f

Browse files
authored
fix: Fix getting started docs (#4516)
* Fix getting started docs * Update 01-quick-start.md
1 parent 7e26a1c commit e293f0f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/_docs/01_getting-started/01-quick-start.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ dependency "foo" {
376376
}
377377
378378
inputs = {
379+
output_dir = get_terragrunt_dir()
379380
content = "Foo content: ${dependency.foo.outputs.content}"
380381
}
381382
```
@@ -439,6 +440,7 @@ dependency "foo" {
439440
}
440441
441442
inputs = {
443+
output_dir = get_terragrunt_dir()
442444
content = "Foo content: ${dependency.foo.outputs.content}"
443445
}
444446
```

0 commit comments

Comments
 (0)