-
Notifications
You must be signed in to change notification settings - Fork 200
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
feat: update to terraform-plugin-sdk2 #4
Comments
Currently, trying to fix tf-sdk-migrator v2upgrade --sdk-version v2.4.0
Rewriting provider go.mod file...
Rewriting SDK package imports...
Running `go mod tidy`...
Error running go mod tidy: exit status 1
go: github.com/hashicorp/terraform-plugin-sdk/[email protected] requires
cloud.google.com/[email protected] requires
github.com/google/martian/[email protected] requires
golang.org/x/[email protected]/go.mod: verifying module: golang.org/x/[email protected]/go.mod: cannot authenticate record data in server response @innovate-invent, did you have something similar in #23 ? |
I did not, it looks like the hash of the module is not matching what it is expecting. |
Ok thanks for the heads-up. Do you need any support on the PR from my side @innovate-invent ? I'd like to push this one forward :) |
Do you mind taking over the PR? It looks like the original repo and yours have diverged a bit |
Sure thing. Thanks for the initial work. First I need to get the issue mentioned above to be fixed |
try and delete the go.sum file? |
tried deleting
|
perhaps add
to your go.mod? also try |
|
The text was updated successfully, but these errors were encountered: