This message was deleted.
# general
s
This message was deleted.
h
I think what you’d need to do is run
pulumi refresh
to let Pulumi know that the resource is gone then run
pulumi up
again to recreate that deleted resource
Once it’s imported, it’s technically no longer a manually created resource
b
Gotcha
h
Also, you can do
pulumi up -r
to do a refresh on
up
💡 1
b
Thank you!