Is it possible to maintain state about a `Componen...
# general
f
Is it possible to maintain state about a
ComponentResource
?
For example, I want to know some information if the
ComponentResource
has been constructed before. If so, I'd like to get some info off of it to determine if I should run an external command.
Maybe this asking for a
pulumi.dynamic.ResourceProvider
?