Skip to content

Releases: megaport/terraform-provider-megaport

v0.2.6

02 Nov 10:21
2ba9987
Compare
Choose a tag to compare

0.2.6-beta (Nov 2, 2022)

Changes

  • Feature: Support for manually supplying peering values for Azure VXC's.
    • Resource: megaport_azure_connection
      • Azure peering values can now be manually supplied via private_peering and microsoft_peering blocks.
      • Added auto_create_private_peering and auto_create_microsoft_peering boolean options.
    • Documentation and example updates.

Breaking Changes

  • Resource: megaport_azure_connection
    • Replaced peerings block within csp_settings with auto-create boolean options.

v0.2.5

05 May 02:37
Compare
Choose a tag to compare

0.2.5-beta (May 5, 2022)

Changes

  • Refactor: Import MarshallMcrAEndConfig from megaport/megaportgo. Credit @daniel-noland

v0.2.4

06 Apr 05:54
10152e6
Compare
Choose a tag to compare

0.2.4-beta (April 6, 2022)

Changes

  • Feature: Optional connection name attribute for AWS connections. Credit @ngarratt
    • Added optional connection_name into megaport_aws_connection resource
  • Feature: Import support for pre-existing AWS connections. Credit @ngarratt
    • Documentation:
      • Added import section for megaport_aws_connection resource

v0.2.3

24 Mar 00:14
Compare
Choose a tag to compare

0.2.3-beta (March 24, 2022)

Changes

  • Feature: Static routes for all VXC Connections with MCR A End
    • a_end_mcr_configuration on all VXC resources can now accept ip_route configurations
  • Bugfixes:
    • Successfully handle and pass resource delete failures to terraform

v0.2.2

02 Mar 06:31
Compare
Choose a tag to compare

0.2.2-beta (March 2, 2022)

Changes

  • Bugfixes:
    • VXC to cloud resources will now properly autoconfigure BGP connection if no manual configuration is supplied.

v0.2.1

22 Feb 06:06
Compare
Choose a tag to compare

0.2.1-beta (February 22, 2022)

Changes

  • Feature: NAT support for all VXC Connections with MCR A End
    • Resource: megaport_vxc_connection
      • Added optional nat_ip_addresses configuration
    • Resource: megaport_aws_connection
      • Added optional nat_ip_addresses configuration
    • Resource: megaport_azure_connection
      • Added optional nat_ip_addresses configuration
    • Resource: megaport_gcp_connection
      • Added optional nat_ip_addresses configuration
    • Documentation and example updates

v0.2.0

30 Jan 22:42
Compare
Choose a tag to compare

0.2.0-beta (January 27, 2022)

Changes

  • Feature: BGP Connection support for all VXC Connections with MCR A End
    • Resource: megaport_vxc_connection
      • Added optional a_end_mcr_configuration configuration
    • Resource: megaport_aws_connection
      • Added optional a_end_mcr_configuration configuration
    • Resource: megaport_azure_connection
      • Added optional a_end_mcr_configuration configuration
    • Resource: megaport_gcp_connection
      • Added optional a_end_mcr_configuration configuration
    • Documentation and example updates

Breaking Changes

  • Resource: megaport_aws_connectiona
    • Removed megaport_aws_connection.a_end.partner_configuration in lieu of the megaport_aws_connection.a_end_mcr_configuration block added to all VXC resources.
    • Moved csp_settings.attached_to to a_end.port_id to bring VXC resources in line with each other.
  • Resource: megaport_azure_connection
    • Moved csp_settings.attached_to to a_end.port_id to bring VXC resources in line with each other.
  • Resource: megaport_gcp_connection
    • Moved csp_settings.attached_to to a_end.port_id to bring VXC resources in line with each other.

v0.1.10

05 Nov 06:18
Compare
Choose a tag to compare

0.1.10-beta (November 5, 2021)

Changes

  • Feature: BGP Connection support for AWS VXC Connections
    • Added partner_configuration into megaport_aws_connection resource.
    • Documentation and example updates

v0.1.9

19 Aug 04:13
Compare
Choose a tag to compare

0.1.9 (August 19, 2021)

Changes

  • Fix marshalling issue with VirtualRouter in VXCResource.

v0.1.8

19 Jun 10:49
Compare
Choose a tag to compare

0.1.8-beta (June 19, 2021)

Notes

  • Enable Google Partner port location selection. Credit @kdw174