-
Notifications
You must be signed in to change notification settings - Fork 14
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
Release new version with github.com/hashicorp/terraform-plugin-sdk/[email protected]
?
#185
Comments
Thank you for this report, @ewbankkit 👍 The tied-together dependency update issue is quite annoying in this case, sorry for the trouble. As you mentioned, updating |
Created #186 for tracking the eventual sdk/v2 dependency removal for this Go module. |
github.com/hashicorp/terraform-plugin-sdk/[email protected]
github.com/hashicorp/terraform-plugin-sdk/[email protected]
?
@ewbankkit life saver! thank you 🙂 I came back to an old project using the new plugin framework and decided to update all the dependencies and discovered this same error. As suggested, running |
* fix deprecation in release.yml * fix typo * update Go version and dependencies * update GH actions * Workaround for hashicorp/terraform-plugin-testing#185
Same here. I maintain a plugin for both protocol v5 and protocol v6 and I am hitting the issue when I use the new plugin framework. |
Hitting the same problem after scaffolding a new provider from the https://github.com/hashicorp/terraform-provider-scaffolding-framework repository - as Kit outlined, running |
Thanks for the heads up about that, @bschaatsbergen -- will try to resolve that specifically. I believe we'll be cutting a terraform-plugin-testing v1.6.0 release next week which should close out this issue as well. |
Awesome! If I can help with anything please let me know :) |
Ah, so hashicorp/terraform-provider-scaffolding-framework#172 should have covered upgrading the sdk version for new clones of the template, but yeah, if it was cloned before then and dependencies were updated afterwards, then you could hit this situation. Anyways, should be resolved next week by releasing this Go module with the upgraded sdk dependency. |
v1.6.0 has been released. Thank you for the reports and patience. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
The Terraform AWS Cloud Control Provider uses
terraform-plugin-testing
but does not use any ofterraform-plugin-sdk
directly, instead usingterraform-plugin-framework
(sodependabot
does not pick upterraform-plugin-sdk
updates).After the recent upgrade to
github.com/hashicorp/[email protected]
acceptance tests fail to compile withI can workaround by explicitly running
go get github.com/hashicorp/terraform-plugin-sdk/[email protected]
, but other providers may hit the same problem.The text was updated successfully, but these errors were encountered: