This message was deleted.
# general
s
This message was deleted.
g
You can certainly do that however my preference is to expose resources from component resources using public readonly fields instead of outputs.
a
Actually yeah, I get an error when it's not an instance of
Output<...>
.
I'll definitely switch them to public readonly 🙂
Or I guess I can do
{get; init;}
😉