azurerm_mobile_network_sim_policy

Get information about a Mobile Network Sim Policy.

Example Usage

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

data "azurerm_mobile_network_sim_policy" "example" {
  name              = "example-mnsp"
  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 slice block supports the following:


A data_network block supports the following:


A session_aggregate_maximum_bit_rate block supports the following:


A user_equipment_aggregate_maximum_bit_rate block supports the following:

Timeouts

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