-
Notifications
You must be signed in to change notification settings - Fork 89
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
Private Connection data sources not available in v0.6.0 #595
Comments
Looking at the diff between v0.5.1 and v0.6.0 I have the feeling that all private-link datasources are broken... |
@tobio tagging you. |
@joelsdc sorry about the frustration here. tl;dr I'd stick with 0.5.1 until there's a follow up release here. It's expected that the At some point during the development of the migration to the TF plugin framework (i.e the 0.6.0 release) it was decided to perform a wholesale migration based on the 0.4 branch, and follow up with the 0.5 changes in a later release. The result is a pretty frustrating user experience, I understand this is far from ideal for you right now. @dimuon is there work underway to migrate the private link data sources (along with the other 0.5x changes) in a 0.6.1 release? Do we have a timeframe here?
@dimuon are you able to take a look into this. FWIW the |
Thanks @tobio for checking this, I'm editing my comment from above, I was referring to all private-connection data sources (meaning GCP, AWS and Azure). I myself should have been more specific. My recommendation, until the data sources are ported to the 0.6 branch, would be to: 1- Remove them from the docs: https://registry.terraform.io/providers/elastic/ec/latest/docs 2- Make it crystal clear in the README / CHANGELOG / etc that they are not available. I know it's mentioned in the changelog that "0.6 is based on 0.4 and changes added in 0.5 are not available in 0.6", so that leaves it to the user of the provider to go figure out what was added in 0.5 to know it's not available in 0.6, but then the 0.6 documentation says otherwise, which one is the source of truth? I'm going to stick to 0.5 until this is solved so stay tuned for more bug reports ;) |
Readiness Checklist
Expected Behavior
The
ec_gcp_private_service_connect_endpoint
datasource to workCurrent Behavior
Terraform definition:
As per documentation:
Steps to Reproduce
ec_gcp_private_service_connect_endpoint
datasourceContext
After upgrading to v0.6.0 of the provider the
ec_gcp_private_service_connect_endpoint
datasource no longer works.On v0.5.1
ec_gcp_private_service_connect_endpoint
works correctly.Your Environment
The text was updated successfully, but these errors were encountered: