are there any clever patterns for setting a local ...
# general
s
are there any clever patterns for setting a local environment variable from a Pulumi Output?
s
export VAR=$(pulumi stack output outputName)
?
s
That should work great. I've realized I'm not using outputs correctly...