Hey guys :slightly_smiling_face: is it possible to...
# general
s
Hey guys 🙂 is it possible to convert pulumi code to terraform ? instead of only the other way around?
b
you can’t convert Pulumi code to tf, there’s too much expressibility in the language
s
Thank you!
s
If you don’t mind me asking: what are you trying to do that leads you to ask this question?
s
sure. i have a client that i wrote pulumi code for. but they are saying they want actual terraform 🤷 so i was curious if we can convert it
s
Gotcha. Yeah, you can go from TF to Pulumi, but not the other way around. Good luck!
s
@salmon-account-74572 @billowy-army-68599 any way we can view the underlying terraform that pulumi is using to deploy?
b
@steep-portugal-37539 there is no underlying terraform. it doesn’t work that way
there is no way to go from pulumi -> terraform
s
🙏