This message was deleted.
# general
s
This message was deleted.
😱 1
l
I've exported my state, and moved the "delete": "true" lines from the old (good) VPC to the new (don't want) VPC. It's complaining
1) state file contains errors: duplicate resource urn:pulumi:gsfa::vpc::pams:aws:Vpc$awsx:x:ec2:Vpc$aws:ec2/vpc:Vpc::pams (not marked for deletion)
More than this, I now have one Pulumi resource that is temporarily backed by two cloud resources, and I want to delete one and "undelete" the other. What is the next step in the process?
Sorted, though not particularly elegantly. Just kept editing the stack file until only the old resources remained. I'll manually clean up in AWS.