-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
should be v0 or v1, not v3 #644
Comments
Can you provide a bit more context? Doesn't sound like a problem with the provider. More like a pulumi issue. |
This is related to how go expect versions to work. Go expects modules that have a version of When you build a binary, this does not matter, but when you try to include a package into a another module, go will complain if it does not adhere to that scheme. |
I don't know GO very well |
so how i can use this provider?
i try update this pulumi provider https://github.com/hbjydev/pulumi-netbox/ |
i need create pulumi provider
when i gen v3.9.1 i got error
$ go mod tidy go: errors parsing go.mod: go.mod:8:2: require github.com/e-breuninger/terraform-provider-netbox: version "v3.9.1" invalid: should be v0 or v1, not v3
how fix that?
The text was updated successfully, but these errors were encountered: