orange-policeman-59119
02/01/2023, 8:25 AMpulumi stack init prod
# your import steps 1 & 2, skipping deletes of URNs
pulumi stack init dev
# assuming you aren't already using a stack named dev
pulumi up
The dev stack will not have any state associated with it, and using the code generated by import will create new resources for any new environments (stacks) you create.