Commit Graph

2 Commits

Author SHA1 Message Date
Fraser Waters 328857f850
Rename Output.Join to Flatten ()
<!--- 
Thanks so much for your contribution! If this is your first time
contributing, please ensure that you have read the
[CONTRIBUTING](https://github.com/pulumi/pulumi/blob/master/CONTRIBUTING.md)
documentation.
-->

# Description

<!--- Please include a summary of the change and which issue is fixed.
Please also include relevant motivation and context. -->

Fixes https://github.com/pulumi/pulumi/issues/13864
2023-09-06 15:05:24 +00:00
Abhinav Gupta 362cc2a41a
sdk/go: Add pulumix subpackage ()
**Each commit is separately reviewable.**

---

Adds the pulumix subpackage implementing strongly-typed
inputs, outputs, and combinators.
internal/cmd/gen-pux-applyn generates all four variants of `Apply` for
up to 8 parameters.

See individual commits for more details on each change.

Resolves 
2023-08-28 15:38:23 +00:00