`pulumi state move --source $STACK '$URN'` > e...
# general
h
pulumi state move --source $STACK '$URN'
error: provider urnpulumimain:basepulumiprovidersaws:default_7_11_1 already exists in destination stack
🤷
e
This means your provider configs don't match up between the two stacks so it can't just copy the provider
👀 1