-
Notifications
You must be signed in to change notification settings - Fork 287
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
upgrade terraform-plugin-sdk to v2.1.0 #511
Conversation
Seeing a lot of failures in the acceptance tests. Quite a few data sources are erroring with:
This looks to be related to this change hashicorp/terraform-plugin-sdk#594 Seems like we'll need to add checks that the ID has not been previously set in places like:
This was indeed separate and has been resolved. |
At least for the
Unclear to me why |
Wonder if this could be related #520 because no previous version of this provider adds node pools to the cluster. |
I'm not going to have time to complete this PR. Closing for now. |
There is this upstream issue: hashicorp/terraform-plugin-sdk#586 The problem with the IDs for data sources only effects Terraform 0.13.x binaries. Using a Terraform 0.14.x binary, the problem is resolved. Though there no promise that it won't cause issues in future releases as well. |
Upgrades
terraform-plugin-sdk
to v2.1.0 and switches to using the TypeSet test helpers in the SDK instead of the vendored copy of those helpers ininternal/setutil
.