Releases: equinix/terraform-provider-equinix
v1.14.4
1.14.4 (25 Jul, 2023)
This update focuses on enhancing stability and user experience through various bug fixes and documentation improvements. Below are the key changes:
BUG FIXES:
Resolved an issue with the equinix_ecx_l2_connection
resource where it was silently failing to request a redundant connection from a single Network Edge device. This problem has been fixed in the ecx-go SDK 2.3.1 release, ensuring reliable and consistent behavior for users.
- bump ecx-go version to latest by @ocobleseqx in (#348)
ENHANCEMENTS:
Added two missing Equinix Metal API endpoints in packngo v0.30.0 SDK release that were absent.
- chore(deps): updates packngo to v0.30.0 by @displague in (#339)
DOCUMENTATION IMPROVEMENTS:
Fixed a minor typo in the documentation.
New Contributors
v1.14.3
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)
v1.14.2
v1.14.1
v1.14.0
1.14.0 (19 Apr, 2023)
The 1.14.0 release of terraform-provider-equinix includes code and documentation to help users identify and update Terraform configurations that are impacted by the deprecation of facilities in the Equinix Metal platform. In addition, this release adds support for the DSA
key type in equinix_network_ssh_key
, which makes it possible to provision Arista routers in Network Edge with Terraform.
FEATURES:
- Adds support for
DSA
keys inequinix_network_ssh_key
, which makes it possible to provision Arista routers in Network Edge #315 - Deprecates
facility
and related properties in favor ofmetro
#314
BUG FIXES:
- Adds missing
MaxItems: 1
to properties that did not support more than one item #307 - Fixes typo in docs for
deployment_type
inequinix_metal_project
#306
ENHANCEMENTS:
- Updates facility-to-metro migration guide to draw attention to the deprecation of facilities in the Equinix Metal platform #313
v1.13.0
1.13.0 (3 Mar, 2023)
FEATURES:
- Adds
behavior.allow_changes
forequinix_metal_device
resources to enable updates touser_data
andcustom_data
without creating a new resource #301
BUG FIXES:
- Fixes typo in documentation for
equinix_network_ssh_user
- Fixes incorrect provider configuration in the
port2serviceprofilepublic
example for Fabric resources #300
v1.12.0
v1.11.1
v1.11.0
1.11.0 (1 Dec, 2022)
FEATURES:
New Equinix Fabric v4 resources (experimental) in #261 #263 #264
- New Resource:
equinix_fabric_connection
- New Resource:
equinix_fabric_service_profile
- New Data Source:
equinix_fabric_connection
- New Data Source:
equinix_fabric_port
- New Data Source:
equinix_fabric_ports
- New Data Source:
equinix_fabric_service_profile
- New Data Source:
equinix_fabric_service_profiles
BUG FIXES:
metal_connection.vlans
wasn't in sync with API #271- Allow update of
equinix_metal_virtual_circuit.vlan_id
#269 - Allow set and update native vlan in
equinix_metal_port
, also for bond ports #267 equinix_metal_precreated_ip_block
andequinix_metal_ip_block_ranges
will retrieve metro from facility if metro is null #265- Remove optional flag for address fields in organization data source in #261
ENHANCEMENTS:
v1.11.0-alpha.2
1.11.0 (Unreleased)
NOTES:
New resources to support Fabric v4 API. Pre-release based on the fabric-v4
branch. For more details about the related works in progress check #112.
To use this pre-release the version v1.11.0-alpha.2
must be specify in the provider requirements declared in the required_providers
block, otherwise the latest normal version available in the terraform registry will take precedence. A pre-release version indicates that the version is unstable and might not satisfy the intended compatibility requirements as denoted by its associated normal version.
FEATURES:
New Equinix Fabric v4 resources in #261 #263 #264
- New Resource:
equinix_fabric_connection
- New Resource:
equinix_fabric_service_profile
- New Data Source:
equinix_fabric_connection
- New Data Source:
equinix_fabric_port
- New Data Source:
equinix_fabric_ports
- New Data Source:
equinix_fabric_service_profile
- New Data Source:
equinix_fabric_service_profiles
NEW CONTRIBUTORS:
Full Changelog: v1.10.0...v1.11.0-alpha.2