Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#contribute
Title
a
alert-restaurant-79151
04/01/2020, 12:44 AM
Is there any automation in making types / bindings to all the langs for new providers?
w
white-balloon-205
04/01/2020, 3:15 AM
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
alert-restaurant-79151
04/01/2020, 10:08 AM
https://github.com/andrewchambers/terraform-provider-nix
I'd like to make some basic bindings to use nix within pulumi.
Post