I am trying to move and existing resource from one...
# general
m
I am trying to move and existing resource from one stack to another, and I’m getting an error that the provider already exists in the destination stack. Is the move command compatible with custom providers?
Copy code
pulumi state move --source '<source-stack>' --dest '<destination-stack>' '<urn>' 
error: provider'<custom-provider-urn' already exists in destination stack
It looks like this was addressed with 3.126.0: https://github.com/pulumi/pulumi/pull/16737 That being said, I am on 3.129.0 and am still getting the error. It could be because even though the urns are the same, the ids are different. I wonder if it makes sense to just check the urn, and not the id?