Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ publish_output "<LABEL>" {

The following examples demonstrate common use cases for `publish_output` blocks.

### Fundamental publish an output
### Publish an output: simple example
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we make this a bit simpler? Something like:

Suggested change
### Publish an output: simple example
### Publish an output


In the following example, a component configuration outputs the `vpc_id` that the `web_server` component creates whenever it is deployed:

Expand Down
Loading