azurerm_mobile_network_service

Get information about a Mobile Network Service.

Example Usage

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

resource "azurerm_mobile_network_service" "example" {
  name              = "example-mns"
  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:


A pcc_rule block supports the following:


A rule_qos_policy block supports the following:


A guaranteed_bit_rate block supports the following:


A service_data_flow_template block supports the following:


A service_qos_policy block supports the following:


A maximum_bit_rate block supports the following:

Timeouts

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