Skip to content

Releases: aztfm/terraform-azurerm-route-table

v2.0.0 (January 21, 2024)

21 Jan 15:42
01cb7f8
Compare
Choose a tag to compare

BREAKING CHANGES:

  • dependencies: updating to v1.3.0 minimum of terraform.

ENHANCEMENTS:

  • Internal changes that change the way data is received by child parameters, but do not change the behavior of the module.
  • The routes defined in the route table are now a apart resource, this going to recreate the routes of the route tables created with versions before to 2.0.0.

v1.0.1 (November 28, 2021)

28 Nov 08:26
Compare
Choose a tag to compare

1.0.1 (November 28, 2021)

ENHANCEMENTS:

  • Internal changes that do not modify the operation of the module.

v1.0.0 (November 14, 2020)

15 Nov 15:20
Compare
Choose a tag to compare

FEATURES:

  • New Parameter: name
  • New Parameter: resource_group_name
  • New Parameter: location
  • New Parameter: routes
  • New Parameter: routes.name
  • New Parameter: routes.address_prefix
  • New Parameter: routes.next_hop_type
  • New Parameter: routes.next_hop_in_ip_address
  • New Parameter: disable_bgp_route_propagation
  • New Parameter: tags