Hey, New to pulumi. Trying to bridge a terraform ...
# general
m
Hey, New to pulumi. Trying to bridge a terraform provider and using the latest bridge package throws an error. Anyone knows how to fix this ? # github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfgen ../../../../go/pkg/mod/github.com/pulumi/pulumi-terraform-bridge/v3@v3.76.0/pkg/tfgen/main.go:37:2: undefined: schema make: * [tfgen] Error 1 Slack Conversation
b
@modern-dawn-69123 Perhaps you wanna try my Cookiecutter Template. https://github.com/tmeckel/pulumi-TF-provider-cookiecutter It's easier to use than the boilerplate repo.
m
Thanks will try it out
b
@modern-dawn-69123 Let me know your experience.
m
@big-architect-71258 used your cookie cutter and it was better than the template repo so thanks for that and also added your repo to my blog https://thulasirajkomminar.com/how-to-bridge-a-terraform-provider-to-pulumi-623db829f52f
b
@modern-dawn-69123 very much appreciated!!