I'm trying to use `pulumi state move` to move an ...
# general
h
I'm trying to use
pulumi state move
to move an AWS ECR repository from one stack to another. However, I get this issue when running the command:
Copy code
error: provider urn:pulumi:build::XXX::pulumi:providers:aws::default_6_44_0 already exists in destination stack
This is accurate, both stacks include this provider already. I don't want the move to move that resource. Is there a way to workaround this issue?