Hello all, we tried to create a bridged provider f...
# package-authoring
m
Hello all, we tried to create a bridged provider from our terraform provider, but we think we may be using a newer version of the terraform SDK. Looking more closely at documentation, we used the terraform-plugin-framework to develop our provider and pulumi seems to only support creating a bridge provider for terraform providers developed with the older SDK - https://github.com/pulumi/pulumi-terraform-bridge#pulumi-terraform-bridge https://developer.hashicorp.com/terraform/plugin/framework-benefits Is this true? I wonder how we can move forward from here.
b
@microscopic-afternoon-22702 you can try my Cookiecutter template if you like. It configures the provider code according to the used Terraform SDK. Regardless if the provider uses v1, v2 SDK or the new Terraform Plugin Framework. https://github.com/tmeckel/pulumi-tf-provider-cookiecutter