sparse-intern-71089
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 😄astonishing-cartoon-37000
01/09/2020, 10:26 PMastonishing-cartoon-37000
01/09/2020, 10:27 PMbillions-scientist-31826
01/09/2020, 10:31 PMbillions-scientist-31826
01/09/2020, 10:33 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.billions-scientist-31826
01/09/2020, 10:35 PMbillions-scientist-31826
01/09/2020, 10:35 PMbillions-scientist-31826
01/09/2020, 10:36 PMastonishing-cartoon-37000
01/09/2020, 10:48 PM