This message was deleted.
# general
s
This message was deleted.
b
there's nothing hidden. an easier way to do this is: delete the resource from your first stack, using
pulumi stack delete
copy the code into your new stack, and add the
import
property
b
Hey @billowy-army-68599 thanks! Unfortunately I can’t delete the whole stack and it’s just a single resource in there I want to move to another stack. Thanks for the info!
b
@brave-nightfall-19158
pulumi stack delete
will only remove the single resource from your stack, not delete the whole thing
b
Ohhhh sorry. I didn't realise it's different! I'll check out docs for it. Thanks!