Hi all, Is there some guide on how to use Terrafor...
# general
w
Hi all, Is there some guide on how to use Terraform Providers in Pulumi? Looking to use the Fivetran Provider. Fivetran doesn't officially support Pulumi but they have a provider in Terraform. I realized that there is a way to somehow use this provider in Pulumi. My goal is to stop using two IaC's and code only using Pulumi. https://registry.terraform.io/providers/fivetran/fivetran/latest/docs
m
Have you found https://github.com/pulumi/pulumi-tf-provider-boilerplate and is this what you're looking for?
f
you can try https://www.pulumi.com/blog/any-terraform-provider/ as well -
pulumi package add terraform-provider <your-terraform-provider>