azurerm_mobile_network_attached_data_network

Use this data source to access information about an existing Mobile Network Attached Data Network.

Example Usage

data "azurerm_mobile_network_packet_core_control_plane" "example" {
  name                = "example-mnpccp"
  resource_group_name = "example-rg"
}

data "azurerm_mobile_network_attached_data_network" "example" {
  mobile_network_data_network_name         = data.azurerm_mobile_network_packet_core_control_plane.example.name
  mobile_network_packet_core_data_plane_id = data.azurerm_mobile_network_packet_core_control_plane.example.id
}

Arguments Reference

The following arguments are supported:

Attributes Reference

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


A network_address_port_translation block supports the following:


A port_range block supports the following:

Timeouts

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