I messed up and ran `pulumi delete <urn>` on...
# general
g
I messed up and ran
pulumi delete <urn>
on some resource that still exists. (k8s namespace)
pulumi refresh
isn't doing anything to add it back to the state and
pulumi up
fails because the resource already exists. How can I add it back to the state without having to destroy first?
m
g
I gave up and destroyed and re-created XD