This message was deleted.
# typescript
s
This message was deleted.
l
Generally it's best to provide only primitives as outputs. Casting the Output like that is just masking the problem. Even if the source and destination projects are using the same type at runtime, the output in the stack may be an old version of that type, and you'll be forced to clean up when types change.
g
I agree. In general, I am trying to avoid stack references and prefer lookups because lookups are much faster due to pulumi service being horribly slow