Will `tfgen` convert `.tf/.hcl` to `.go`?
# general
q
Will
tfgen
convert
.tf/.hcl
to
.go
?
i
To go, no. To TypeScript! Yes! To Python? Working on it đŸ˜›
q
tfgen or tf2pulumi?
i
tf2pulumi
, sorry - that’s our tool for converting tf/hcl to go.
tfgen generates ts/py/go from Terraform provider schemas
s
In general you only need to touch
tfgen
if you’re bringing up a new provider, @quaint-tailor-52411
q
okok