Is there a way to do a bulk import and ignore erro...
# general
d
Is there a way to do a bulk import and ignore errors for resources that don't exist?
e
It'll do as much is it can I think so you might get away with just running a normal
pulumi import
if there aren't many dependencies between things. Otherwise you could raise an issue to get
--continue-on-error
added to the import command. It's probably not a huge lift to support.
1