Is there any automation in making types / bindings...
# contribute
a
Is there any automation in making types / bindings to all the langs for new providers?
w
For terraform based providers, you can see the structure in https://github.com/pulumi/pulumi-tf-provider-boilerplate. For raw Pulumi providers, there isn’t yet a fully general way to do this, but it’s in progress. You can see https://github.com/pulumi/pulumi-provider-boilerplate/pull/1 for some details. Can you share any more details on the provider you are building?
a
https://github.com/andrewchambers/terraform-provider-nix I'd like to make some basic bindings to use nix within pulumi.