Tfgen.exe ^new^ Today
: The developer prepares the necessary input files. For web services, this might involve obtaining a WSDL file.
Tfgen.exe is trying to solve a complexity problem that well-constructed Terraform Modules should solve natively. Instead of generating code, using a robust module registry is generally a superior approach because it is transparent (you can read the module source code) and cross-platform. Tfgen.exe
It reads a Terraform provider's schema and generates the necessary metadata and SDK code for Pulumi to use that provider. Common Use Case: Developers building a new Pulumi provider will run make tfgen to serialize a schema.json file into a byte array for the final build. 2. Terraform Code Generators There are several open-source community tools named designed to simplify writing Terraform (HCL) code: 0xDones/tfgen A command-line tool aimed at keeping Terraform code (Don't Repeat Yourself) and consistent. mschurenko/tfgen : The developer prepares the necessary input files

