are there guides to converting a terraform module to pulumi?
b
big-architect-71258
08/09/2024, 8:25 PM
This is a Terraform provider. You have to use Pulumi Terraform Bridge to wrap it into a Pulumi provider. If you want to do this by yourself you can try my Cookiecutter template https://github.com/tmeckel/pulumi-tf-provider-cookiecutter
b
blue-carpenter-4997
08/09/2024, 9:01 PM
i was looking deeper into it and there isn’t even a github repo behind the tf provider, so scratch that. thank you though