Hey, i'm currently working on converting a Terrafo...
# python
s
Hey, i'm currently working on converting a Terraform flow that is using DYN provider to a pulumi flow but there is no DYN provider available for pulumi. I saw that it is possible to use terraform providers in pulumi but i cannot find any proper documentation for that, if its not possible should i make a dynamic provider to access DYN's api? if so did anyone already do something similar to that? Thanks 🙂
j
c
Heres an end result of something that came from the bridge https://github.com/pulumi/pulumi-ns1
s
Thank you for the help! hopefully its not as complicated as it seems 😅