Dear experts! I really like Pulumi for my use-case...
# python
i
Dear experts! I really like Pulumi for my use-case. However I miss an important Terraform Provider (https://github.com/adeleporte/terraform-provider-velocloud), which is not available for Pulumi. Question: What is the best practice to “import” the Terraform provider into Pulumi? Since the provider is developed in Go, maybe there is a “tool” to use it with Pulumi??
m
i
thanks! This looks very complicated for me. I think it is better to use Terraform for this (custom) provider. I can’t see how this provider would be “called” in my python code !?
m
Right, you have to do some manual work to generate the Pulumi provider and SDKs that use the bridge: https://github.com/pulumi/pulumi-tf-provider-boilerplate