i'm moving a VPC (and subnets) from one stack to a...
# general
a
i'm moving a VPC (and subnets) from one stack to another, and using stack references to share those IDs with dependent resources in the original stack. But the original stack's resources show dependencies on the VPC from that state file as URNs, so
pulumi state delete
shows "error: This resource can't be safely deleted because the following resources depend on it:" Can i simply remove the dependency declarations from the state file to proceed? Is there some reason that would be a bad idea?