Azure / Azure/relational-infrastructure

vWAN support

Open
#29 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
HCL
Stars
3
Forks
3
PR merge metrics
No merged PRs in 30d

Description

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

---

```hcl
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
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.