Data Source: azurerm_virtual_wan

Use this data source to access information about an existing Virtual Wan.

Example Usage

data "azurerm_virtual_wan" "example" {
  name                = "existing"
  resource_group_name = "existing"
}

output "id" {
  value = data.azurerm_virtual_wan.example.id
}

output "allow_branch_to_branch_traffic" {
  value = data.azurerm_virtual_wan.example.allow_branch_to_branch_traffic
}

output "disable_vpn_encryption" {
  value = data.azurerm_virtual_wan.example.disable_vpn_encryption
}

output "location" {
  value = data.azurerm_virtual_wan.example.location
}

output "office365_local_breakout_category" {
  value = data.azurerm_virtual_wan.example.office365_local_breakout_category
}

output "sku" {
  value = data.azurerm_virtual_wan.example.sku
}

output "tags" {
  value = data.azurerm_virtual_wan.example.tags
}

output "virtual_hubs" {
  value = data.azurerm_virtual_wan.example.virtual_hubs
}

output "vpn_sites" {
  value = data.azurerm_virtual_wan.example.vpn_sites
}

Arguments Reference

The following arguments are supported:

Attributes Reference

In addition to the Arguments listed above - the following Attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain actions: