This message was deleted.
# general
s
This message was deleted.
w
There is not an easy way to I place swap resources across two different providers. In general -
aliases
can be used for things like this - but the two providers in your case are very different - and I expect aliases would not work cleanly here. Instead - you would likely need to
Pulumi state delete
the old resources, delete the old from the state and then add the imports for the new resources. This is a very valid use case though - which we might be able to support more cleanly. Would you mind opening a GitHub issue to track this?
j
Unfortunate, but about what I expected 😞 Github issue here https://github.com/pulumi/pulumi/issues/6399