This message was deleted.
# general
s
This message was deleted.
1
b
I just thought of something, I could write a
foo.auto.tvars.json
from pulumi and consume those variables from Terraform. It's not very elegant but it might work
g
There's not anything built-in to do that. You could write out a tfvars file as you mention. Another option is use the
external
terraform data source to run
pulumi stack output ...
. I have an example of that at https://gist.github.com/clstokes/80cddb26e2defd708d499ed0c081d87c.
🙌 1
b
I like your option better! Thanks 🙂
👍 1