Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Microsoft Azure Route Server configuration option: Branch-to-branch #15709

Open
dcowden-phs opened this issue Mar 4, 2022 · 1 comment

Comments

@dcowden-phs
Copy link

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Ability to access/enable the Branch-to-branch configuration option during the deployment of a Microsoft Azure Route Server.

New or Affected Resource(s)

  • Most relevant resource I can identify: azurerm_virtual_hub

Potential Terraform Configuration

Cannot identify an available key associated with the Branch-to-branch feature. Here is the example usage provided on the azurerm_virtual_hub documentation:

resource "azurerm_virtual_hub" "example" {
  name                = "example-virtualhub"
  resource_group_name = azurerm_resource_group.example.name
  location            = azurerm_resource_group.example.location
  virtual_wan_id      = azurerm_virtual_wan.example.id
  address_prefix      = "10.0.0.0/23"
}

References

  • Internal feature request has been created. Ticket ID: 1201829220504184
@opslivia
Copy link

This is the same as #15724 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants