Hi All, I have a custom terraform provider written...
# general
f
Hi All, I have a custom terraform provider written in Go that I’d like to attempt to convert using tf2pulumi into a Pulumi Go provider. Will tf2pulumi support this conversion?
b
@freezing-architect-84290 this isn't the purpose of tf2pulumi, tf2pulumi only converts terraform code (ie, hcl) if you want to bridge a provider, see this repo: https://github.com/pulumi/pulumi-terraform-bridge
f
@billowy-army-68599 thanks for the clarification. I will take a look at this capability.