Complex pulumi.Ouput
s; using apply when an output string is constructed from multiple places in an iac code base
#14135
Labels
area/docs
Improvements or additions to documentation
File: content/docs/iac/concepts/inputs-outputs/apply.md
Issue
The is not clear documentation on how to construct an complex
Output<string>
when there contents comes from multiple places in the code base.Suggestion
Add a section to the
apply.md
doc, specifically dealing with this pattern.Example text
Solutions in typescript only.
Solution 1.
Context
A complex output is being constructed in multiple places in the code base.
And the place that is collecting the output can't be changes (e.g. BootScript class is provided by a thirdparty)
Solution 2.
Context
A complex output is being constructed in multiple places in the code base.
And the place that is collecting the output CAN be changes
The text was updated successfully, but these errors were encountered: