Get information about a Mobile Network Data Network.
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
}
The following arguments are supported:
name
- (Required) Specifies the name which should be used for this Mobile Network Data Network.
mobile_network_id
- (Required) Specifies the ID of the Mobile Network.
In addition to the Arguments listed above - the following Attributes are exported:
id
- The ID of the Mobile Network Data Network.
location
- The Azure Region where the Mobile Network Data Network exists.
description
- The description for this Mobile Network Data Network.
tags
- A mapping of tags which should be assigned to the Mobile Network Data Network.
The timeouts
block allows you to specify timeouts for certain actions:
read
- (Defaults to 5 minutes) Used when retrieving the Mobile Network Data Network.