terraform-azurerm-avm-ptn-network-routeserver

This is the AVM respository for the route server resource.

MIT License

Stars
0
terraform-azurerm-avm-ptn-network-routeserver - 0.1.3 Latest Release

Published by jchancellor-ms 3 months ago

This Release contains telemetry updates the repo maintenance updates.

What's Changed

Full Changelog: https://github.com/Azure/terraform-azurerm-avm-ptn-network-routeserver/compare/v0.1.2...v0.1.3

terraform-azurerm-avm-ptn-network-routeserver - 0.1.2

Published by jchancellor-ms 4 months ago

This is the initial release of the Route Server pattern module. This is a special implementation of a virtual hub that is used only in virtual networks. If you need to do BGP routing in VWAN please use the VWAN pattern module.

terraform-azurerm-avm-ptn-network-routeserver - 0.1.0

Published by jchancellor-ms 5 months ago

This is the initial release of the virtual network implementation of route server. It includes the ability to create a route server in a virtual networ and initiate bgp connections with bgp peers.  It also includes the standard role assignment and lock interfaces.

NOTE: To properly use this module, it is required to include the following provider block and feature flag in your root module. If you are using other modules that use the AzAPI provider where this feature flag hasn't been implemented, then an alias with this flag will be required for this module. This requirement will go away when the AzAPI provider releases version v2.0 with this change as the default. We will update the module and notes accordingly when that occurs.

provider "azapi" {
  enable_hcl_output_for_data_source = true
}