“Thanks to integration with Terraform providers, P...
# general
a
“Thanks to integration with Terraform providers, Pulumi is able to support a superset of the providers that Terraform currently offers.” So, how would you leverage a TF provider such as pingdom? Pingdom isn’t listed as a provider in Pulumi.
I.E. Provide code examples leveraging providers in TF, but not in Pulumi.
b
Hi @acoustic-camera-18430 You can take advantage of our boilerplate repo to create your own version of the library https://github.com/pulumi/pulumi-tf-provider-boilerplate
a
I see, so there is a bit of prework to leverage unincorporated TF providers. It’s not plug and play, i.e. point at this TF provider/resource in my pulumi code.
b
yessir - we use that repo as a starting point to generate the SDKs required for the provider