are there guides to converting a terraform module ...
# typescript
b
are there guides to converting a terraform module to pulumi?
b
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
i was looking deeper into it and there isn’t even a github repo behind the tf provider, so scratch that. thank you though