Data Source: azurerm_express_route_circuit

Use this data source to access information about an existing ExpressRoute circuit.

Example Usage

data "azurerm_express_route_circuit" "example" {
  resource_group_name = azurerm_resource_group.example.name
  name                = azurerm_express_route_circuit.example.name
}

output "express_route_circuit_id" {
  value = data.azurerm_express_route_circuit.example.id
}

output "service_key" {
  value = data.azurerm_express_route_circuit.example.service_key
}

Argument Reference

Attributes Reference


service_provider_properties supports the following:

peerings supports the following:

sku supports the following:

Timeouts

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