This message was deleted.
# general
s
This message was deleted.
s
q
Thanks for the link, but that is a bit different than what I am hoping for…
I am hoping to import a resource essentially within a dynamic provider
So for example, the first time
pulumi up
is executed there will be no existing state for my dynamic resource so pulumi will execute the
create
method of my dynamic provider. I would like to figure out a way to instead have the
update
method called within the dynamic provider if the resource already exists when
pulumi up
is executed the first time