Data Source: azurestack_virtual_network

Use this data source to access the properties of an Azure Virtual Network.

Example Usage

data "azurestack_virtual_network" "test" {
  name                = "production"
  resource_group_name = "networking"
}

output "virtual_network_id" {
  value = data.azurestack_virtual_network.test.id
}

Argument Reference

Attributes Reference