Skip to content

vWAN support #29

Description

vWAN is becoming the unofficial standard (per partners) for Epic on Azure hub/spoke networking. We should prioritize vWAN support.


resource "azurerm_virtual_hub_connection" "vhc_primary" {
  for_each = module.epic_vnets_primary
 
  name                      = "vhc-${each.value.name}"
  virtual_hub_id            = var.vwan_hub_id_primary
  remote_virtual_network_id = each.value.resource_id
  internet_security_enabled = true
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions