azurerm_mobile_network_data_network

Get information about a Mobile Network Data Network.

Example Usage

data "azurerm_mobile_network" "example" {
  name                = "example-mn"
  resource_group_name = "example-rg"
}

data "azurerm_mobile_network_data_network" "example" {
  name              = "example-mndn"
  mobile_network_id = data.azurerm_mobile_network.example.id
}

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: