https://pulumi.com logo
a

acoustic-camera-18430

04/14/2020, 10:14 PM
“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

broad-dog-22463

04/14/2020, 10:17 PM
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

acoustic-camera-18430

04/14/2020, 10:19 PM
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

broad-dog-22463

04/14/2020, 10:35 PM
yessir - we use that repo as a starting point to generate the SDKs required for the provider
2 Views