hi everyone! i have a terraform provider but no c...
# general
b
hi everyone! i have a terraform provider but no corresponding pulumi provider. how can i utilize such terraform provider in my pulumi project? do i need to convert terraform provider to a pulumi provider? i see there are many terraform providers forks like
terraform-provider-aiven
in the pulumi github org. can they directly be used by pulumi project?
b
https://github.com/pulumi/pulumi-terraform-bridge I believe that ^ is what you are looking for
b
thanks, lm try this