This message was deleted.
# general
s
This message was deleted.
l
I think you can use
pulumi stack export
, trim the file to describe just the bits you want to move, then
pulumi stack import
on the other end. https://www.pulumi.com/docs/reference/cli/pulumi_stack_export/ Finally, tidy up the first stack using
pulumi state delete
(not
pulumi stack rm
, oddly...)
h
oof, thats rough
thanks!
l
There might be an easier way. I admit that I've never done it.