billions-scientist-31826
01/09/2020, 10:14 PMastonishing-cartoon-37000
01/09/2020, 10:16 PMpulumi stack export > state.json
select the stack you want to import to with
pulumi stack select
then
cat state.json | pulumi stack import
this works if it is a totally empty stackbillions-scientist-31826
01/09/2020, 10:21 PMastonishing-cartoon-37000
01/09/2020, 10:25 PMstate.json
file to include what you want, but it's quite tedious. i'm actually currently dealing with a similar challenge 😄billions-scientist-31826
01/09/2020, 10:31 PM{ id: <arn> }
in the same block that . you would declare the parent and that brings it in. I guess with that and the state delete solves that.astonishing-cartoon-37000
01/09/2020, 10:48 PM