This message was deleted.
# general
s
This message was deleted.
r
It's maybe not as easy as you'd like, but one tip that's helped me is that if you export the state to a JSON file, each resource has its
id
listed, which saves me the effort of having to lookup what format each resource expects its import ID to be in and what the values are. This works for both (terraform => pulumi) and (pulumi => pulumi) stack moving
m
Ty for the tip!