Can I use existing terraform template with Pulumi?...
# general
f
Can I use existing terraform template with Pulumi? Usecase : We have number of existing infrastructure template written in terraform. I'm checking the possibility to use the tf template in Pulumi without converting them. Is this possible?
b
no this isn't possible, you'll need to use tf2pulumi to convert them
f
Okay. Thanks for your response..
One thing, is the conversion output support Python program?