Is there any way to reference terraform state as a...
# general
a
Is there any way to reference terraform state as an input to pulumi? I’m looking at a model where I spin up a minimum infrastructure with terraform and then run pulumi in that infra to plug other components onto it on demand, but to do that I need to know the IDs of everything I’m hooking up to (I can export values and pass them in, but I’m wondering if there’s a more convenient way)
g
a
oh, perfect. Thanks!
👍 1