Skip to content

Commit 253b999

Browse files
pulumi-botclaude
andauthored
Content review: content/docs/iac/concepts/inputs-outputs/helpers.md (#20694)
Automated existing-content review. Co-authored-by: Claude <noreply@anthropic.com>
1 parent c59630e commit 253b999

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • content/docs/iac/concepts/inputs-outputs

content/docs/iac/concepts/inputs-outputs/helpers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ aliases:
1212
- /docs/concepts/inputs-outputs/helpers/
1313
---
1414

15-
Pulumi's SDKs include helper functions designed for the most common output manipulation tasks: constructing strings from output values and working with JSON. These helpers wrap [`apply`](/docs/concepts/inputs-outputs/apply/) and [`all`](/docs/concepts/inputs-outputs/all/) internally, but expose a more concise interface that closely mirrors each language's native string and JSON facilities.
15+
Pulumi's SDKs include helper functions designed for the most common output manipulation tasks: constructing strings from output values and working with JSON. These helpers wrap [`apply`](/docs/iac/concepts/inputs-outputs/apply/), which transforms the value inside a single output, and [`all`](/docs/iac/concepts/inputs-outputs/all/), which combines several outputs into one, but expose a more concise interface that closely mirrors each language's native string and JSON facilities.
1616

1717
Use a helper when you need to build a string from one or more outputs or serialize a data structure that contains outputs to JSON. Use `apply` or `all` directly when the transformation you need is more complex than a simple string or JSON operation.
1818

0 commit comments

Comments
 (0)