This message was deleted.
# contribute
s
This message was deleted.
l
For normal downloading of Go modules from github repos, the module path should map to the repo path, except versioning suffixes like
/v2
.
👍 1
b
@bored-activity-40468 Probably you'd like to give my Cookiecutter Template a chance to create the DME provider. https://github.com/tmeckel/pulumi-tf-provider-cookiecutter The template is smart enough to handle those typical deviations. One nitty gritty detail: you need a type assertion, because the DME provider returns an Interface and not a pointer to the `schema.Provider`struct:
p := shimv1.NewProvider(dme.Provider().(*schema.Provider))
👍 1
b
I will definitely give that a shot, thankyou!
👍🏼 1
❤️ 1