https://pulumi.com logo
Title
f

famous-parrot-52821

07/22/2021, 3:58 PM
Hello Everyone, I have a question is it possible to create custom providers in Pulumi? can someone direct me into the documentation for custom resources or some examples in github? I am trying to find an alternative to https://github.com/chrisUsick/terraform-provider-ping that will work in pulumi
w

witty-candle-66007

07/22/2021, 6:03 PM
We do make a terraform bridge package available that allows you to adapt a TF provider for Pulumi: https://github.com/pulumi/pulumi-terraform-bridge Additionally, you can create a dynamic provider: https://www.pulumi.com/docs/intro/concepts/resources/#dynamicproviders Here is a general note on creating your own explicit provider: https://www.pulumi.com/docs/troubleshooting/faq/#how-can-i-add-support-for-my-favorite-cloud