is there any technique to always suppress pulumi o...
# general
g
is there any technique to always suppress pulumi outputs, such that i don't need to pass
--suppress-outputs
all the time?
g
not really, there are a lot of feature requests for it https://github.com/pulumi/pulumi/issues/11828 I'd prefer outputs as opt in rather than opt out
g
i agree actually
they're almost always just noise
g
I do not use outputs in general, only if it's necessary, I try to avoid connecting stack via stack references because it is incredibly slow and fragile.
g
how do you share state from one stack to another, then
g
You do not. Use lookups (get_<resource>) functions from a common library.
g
will have a think about it
perhaps naming conventions & tagging will need to be enriched