terraform-provider-equinix

Terraform Equinix provider

MIT License

Stars
47
Committers
39

Bot releases are hidden (Show)

terraform-provider-equinix - v1.36.1

Published by ocobles 6 months ago

What's Changed

Full Changelog: https://github.com/equinix/terraform-provider-equinix/compare/v1.36.0...v1.36.1

terraform-provider-equinix - v1.25.0

Published by thogarty 9 months ago

What's Changed

Full Changelog: https://github.com/equinix/terraform-provider-equinix/compare/v1.24.0...v1.25.0

terraform-provider-equinix - v1.20.0

Published by ocobles 11 months ago

Fixes

Features

Chores

Docs

Refactors

New Contributors

Full Changelog: https://github.com/equinix/terraform-provider-equinix/compare/v1.19.0...v1.20.0

terraform-provider-equinix - v1.18.2

Published by ocobles 12 months ago

Fixes:

Full Changelog: https://github.com/equinix/terraform-provider-equinix/compare/v1.18.1...v1.18.2

terraform-provider-equinix - v1.18.1

Published by ocobles 12 months ago

Docs:

Chores:

Features:

Fixes:

Full Changelog: https://github.com/equinix/terraform-provider-equinix/compare/v1.18.0...v1.18.1

terraform-provider-equinix - v1.14.4

Published by ocobles about 1 year ago

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.

  • Update equinix_metal_project.md by @jkodroff in (#341)

New Contributors

terraform-provider-equinix - v1.11.1

Published by ocobles almost 2 years ago

1.11.1 (2 Dec, 2022)

BUG FIXES:

  • An error loading provider configuration, introduced in v1.11.0, was preventing using the provider without Fabric credentials #283
terraform-provider-equinix - v1.11.0

Published by ocobles almost 2 years ago

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 and equinix_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:

  • vlans can be updated and removed for shared equinix_metal_connection #273
  • Equinix terraform modules can now add prefix to the User-Agent by adding module_name field to the provider metadata #255
terraform-provider-equinix - v1.11.0-alpha.2

Published by ocobles almost 2 years ago

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:

  • @syedluri

Full Changelog: https://github.com/equinix/terraform-provider-equinix/compare/v1.10.0...v1.11.0-alpha.2

terraform-provider-equinix - v1.11.0-alpha.1

Published by ocobles almost 2 years ago

1.11.0 (Unreleased)

NOTES:

To use this pre-release the version v1.11.0-alpha.1 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.

BUG FIXES:

  • Remove optional flag for address fields in organization data source in #261

NEW CONTRIBUTORS:

  • @ctreatma

Full Changelog: https://github.com/equinix/terraform-provider-equinix/compare/v1.10.0...v1.11.0-alpha.1

terraform-provider-equinix - v1.10.0

Published by ocobles about 2 years ago

BUG FIXES:

  • Allow to not define service_token_type for shared connections in organizations where service token is not enabled #251
  • Fix some documentation typos with wrong information #250
  • equinix_metal_precreated_ip_block was not filtering by project_id #249

ENHANCEMENTS:

  • New resource equinix_metal_organization_member #256
terraform-provider-equinix - v1.9.0

Published by ocobles about 2 years ago

1.9.0 (Sep 4, 2022)

BUG FIXES:

  • equinix_metal_device reinstall action was not taken new value for operating_system #247

ENHANCEMENTS:

  • Packngo version bumped to 0.26.0
terraform-provider-equinix - v1.8.1

Published by displague about 2 years ago

What's Changed

Full Changelog: https://github.com/equinix/terraform-provider-equinix/compare/v1.8.0...v1.8.1

terraform-provider-equinix - v1.8.0

Published by ocobles about 2 years ago

ENHANCEMENTS:

  • equinix_network_acl_template added description field for the acl template inbound rule #236
  • Update go version to 1.18.3 in main module and github actions workflows #219
  • Fix missing equinix_metal_ name prefix in equinix_metal_hardware_reservation datasource documentation example #231
  • Adds check for forbidden API error in equinix_metal_device read function #235
  • Improve service tokens docs and update connectivity examples to link to Fabric terraform modules #228
terraform-provider-equinix - v1.7.0

Published by ocobles over 2 years ago

ENHANCEMENTS:

  • zside_service_token argument added to equinix_ecx_l2_connection to create connections with z-side token #224
  • vendor_token attribute added to equinix_ecx_l2_connection to populate used a-side/z-side token #224
terraform-provider-equinix - v1.6.1

Published by ocobles over 2 years ago

BUG FIXES:

  • Fix client type assertion in equinix_metal_reserved_ip_block #220
terraform-provider-equinix - v1.6.0

Published by ocobles over 2 years ago

FEATURES:

  • New data source equinix_metal_plans for querying plans using filters #215
  • New resource and data source equinix_metal_vrf #129
  • Adds address as a datasource attribute and required resource argument to equinix_metal_organization #137
  • Adds vrf as a datasource attribute to equinix_metal_gateway #129
  • Adds vrf_id as a datasource attribute to equinix_metal_gateway #129
  • Adds vrf_id, peer_asn, subnet, metal_ip, customer_ip, md5 as resource arguments and datasource attributes to equinix_metal_virtual_circuit #129)
  • Adds vrf_id, network, cidr as resource arguments to equinix_metal_reserved_ip_block #129
  • Adds user_ssh_key_ids as resource argument to metal_device #141

BUG FIXES:

  • Change equinix_network_acl_template docs subcategory to network edge #128
  • equinix_network_device removed hostname validation and fix acl issues in device deletion flow #126
  • Fix provider required credentials #125
  • migration-tool: remove duplicate readme.md #153

ENHANCEMENTS:

  • mgmt_acl_template_uuid argument added to equinix_network_device #115
  • Improved documentation #123
  • Packngo version bumped to 0.25.0
  • update go-getter to 1.5.11 for CWE-532 #139
  • equinix_metal_gateway will wait for the Metal Gateway devices to pass through the "deleting" status #138
  • E2E tests use data source equinix_metal_plans in all tests with a metal_device to check for available hardware #215
terraform-provider-equinix - v1.6.0-alpha.3

Published by displague over 2 years ago

What's Changed

Full Changelog: https://github.com/equinix/terraform-provider-equinix/compare/v1.6.0-alpha.2...v1.6.0-alpha.3

terraform-provider-equinix - v1.6.0-alpha.2

Published by displague over 2 years ago

What's Changed

Full Changelog: https://github.com/equinix/terraform-provider-equinix/compare/v1.5.0...v1.6.0-alpha.2