Skip to content

Commit 442b7a3

Browse files
Backport of Add Linked Stacks name into v1.11 (#36578)
1 parent e2af2b8 commit 442b7a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/language/stacks/deploy/pass-data.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
page_title: Pass data from one Stack to another
3-
description: Learn how to pass data from one Stack to another using `publish_output` blocks to output data from one Stack, and `upstream_input` blocks to input that data into another Stack.
3+
description: Learn how to link Stacks together to pass data from one Stack to another using `publish_output` blocks to export data and `upstream_input` blocks to consume that data.
44
---
55

66
# Pass data from one Stack to another
77

8-
If you have multiple Stacks that do not share a provisioning lifecycle, you can export data from one Stack for another Stack to consume. If the output value of a Stack changes after a run, HCP Terraform automatically triggers runs for any Stacks that depend on those outputs.
8+
If you have multiple Stacks that do not share a provisioning lifecycle, you can link Stacks together to export data from one Stack for another to consume. If the output value of a Stack changes after a run, HCP Terraform automatically triggers runs for any Stacks that depend on those outputs.
99

1010
## Background
1111

0 commit comments

Comments
 (0)