https://pulumi.com logo
#typescript
Title
# typescript
p

polite-umbrella-11196

03/11/2023, 10:52 PM
Is there a way to extrude types across
StackReference
boundaries? Or make sure that values are set w/o checking each one for ‘undefined’ after getting them via
getOutput
?
m

magnificent-actor-34704

03/12/2023, 12:00 PM
Commenting because I also want something like this so I want to watch the thread. I had a thought about using the automation api to hook into resource creation and making packages containing the resources as language objects at up time, but I'd love to hear other people's thoughts on stronger stack references
b

billowy-army-68599

03/12/2023, 3:42 PM
Use requireOutput ?
Is there a way to extrude types across StackReference boundaries?
I’ve opened this to track https://github.com/pulumi/pulumi/issues/12418