Hello guys, I'm just starting out with Pulumi and ...
# getting-started
s
Hello guys, I'm just starting out with Pulumi and what a fantastic framework it is. Kudos to you guys. 🙂 I have come across the cli tool tf2pulumi which converts TF config to Pulumi supported languages. But just out of curiosity and a very specific business case, wanted to know if Pulumi can also produce Terraform code from IaC code written with Python, C# or other Pulumi supported languages. If yes, please do route me to that documentation, please.
s
Pulumi can’t generate Terraform code from any of our supported languages. We can only convert Terraform to one of our supported languages (and note that
tf2pulumi
has been superseded by
pulumi convert --from terraform
).
s