1.14.3 (5 Jun, 2023)
The 1.14.3
release of the Equinix Terraform provider includes bug fixes and documentation improvements to provide a more consistent experience. The spot market request resource and data source have been updated to avoid unnecessary changes when the order of facilities
changes for a spot market request, the virtual circuit resource has been updated to reduce the occurrence of API errors due to invalid requests, and the documentation for the equinix_metal_device
resource has been updated to more accurately describe the user_ssh_key_ids
and project_ssh_key_ids
fields.
BUG FIXES:
- Avoid unnecessary diffs for
equinix_metal_spot_market_request
resource and data source when thefacilities
attribute comes back from an API with the same facilities in a different order (#331) - Fix
500
error when checking the status of a virtual circuit inequinix_metal_virtual_circuit
(#332) - Fix
422
error when deleting a VRF virtual circuit inequinix_metal_virtual_circuit
(#320)
ENHANCEMENTS:
- Update
equinix_metal_device
documentation to more accurately describe theuser_ssh_key_ids
andproject_ssh_key_ids
fields (#322)