sparse-intern-71089
02/19/2021, 1:38 PMwhite-balloon-205
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?jolly-lunch-12979
02/22/2021, 9:38 AM