You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 5, 2026. It is now read-only.
RedundantUUID is no longer returned from the API and is affecting how we retrieve secondary connection data in terraform-equinix-provider: equinix/terraform-provider-equinix#98
To solve this issue it is required to update this client and return new filed RedundancyGroup
It will be also required to update GetL2OutgoingConnections function which now only accepts filtering with the status field, but the API accepts other query parameters https://developer.equinix.com/catalog/buyerv3#tag/Layer-2-Connections that will be useful to retrieve a secondary connection without pagination
RedundantUUID is no longer returned from the APIand is affecting how we retrieve secondary connection data in terraform-equinix-provider: equinix/terraform-provider-equinix#98To solve this issue it is required to update this client and return new filed RedundancyGroup
It will be also required to update GetL2OutgoingConnections function which now only accepts filtering with the
statusfield, but the API accepts other query parameters https://developer.equinix.com/catalog/buyerv3#tag/Layer-2-Connections that will be useful to retrieve a secondary connection without pagination