-
Notifications
You must be signed in to change notification settings - Fork 47
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
fix: Update Fabric Terraform Resources and Data sources for latest Fabric … #799
Conversation
thogarty
commented
Oct 16, 2024
- Upgrade equinix-sdk-go to v0.46.0
- Update Port models to match changes in new Fabric SDK
- Update SimplifiedAccount to match changes in new Fabric SDK
…4.17 API Spec in equinix-sdk-go
Does this need to be synchronized with API deployment in any way?
|
Closes #798 |
@ctreatma this should be released immediately to give customers a version that they can upgrade to once 4.17 API changes rollout. We do expect that early upgrades will break, but we would rather have that then not have a version available to customers that they can upgrade to for fixing the breaking issues. The 4.17 API release is tomorrow evening (10/18) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The release notes will need to include a note that all configurations with equinix_fabric_port
and equinix_fabric_ports
will need to updated to the latest version.
Migration notes will need to be included if the state will not be safely updated in-place.
Agree. The state should be able to be updated with a refresh with no other changes than an upgrade. Just modifying internal functionality and not the Terraform interface. Additionally, for ports we have no resources. Merging this in. |
This PR is included in version 2.9.0 🎉 |
…bric … (#799) * Upgrade equinix-sdk-go to v0.46.0 * Update Port models to match changes in new Fabric SDK * Update SimplifiedAccount to match changes in new Fabric SDK