Data Source: azurerm_virtual_network

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

Example Usage

data "azurerm_virtual_network" "example" {
  name                = "production"
  resource_group_name = "networking"
}

output "virtual_network_id" {
  value = data.azurerm_virtual_network.example.id
}

Argument Reference

Attributes Reference

Timeouts

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