I have previously made instance and disk in a sing...
# general
m
I have previously made instance and disk in a single pulumi project. This is updated in the state file of pulumi. Now I have changed the code such that disk is another project and instance is using stack reference to use disk. What to do to fix the state drifts. I just separated the code for disk. What changes to be done in the current stack state.
e
state rm it from the old project, import it into the new project?