I've been having annoying bugs/issues with the aws-native pulumi provider w/ a opensearch domain and looking to swap it over the 'classic' provider. What's the best way to do so without causing the underlying resources to be recreated?
Anything I can find doesn't seem to work well across provider.
l
little-cartoon-10569
04/29/2025, 9:33 PM
You can import the existing resource using AWS Classic, and remove the existing resource from state. So long as you don't
up
your code after you remove the original code but before you remove the resource from state, you'll be fine.