hey, so if I hypothetically were about to write a ...
# general
s
hey, so if I hypothetically were about to write a new Terraform provider that I know I'd want to use from Pulumi, how would you Pulumi folk all prefer I go about it? 🙂
c
s
yeah, that assumes I have a terraform provider already - it would be cool if there were an object model that both Terraform and Pulumi understood so I don't have to write the whole TF provider
c
Sorry not clear on that - if you want to write a Terraform provider, obviously it needs to comply to TF. The bridging is then largely automated via code generation.