azurerm_mobile_network_slice

Get information about a Mobile Network Slice.

Example Usage

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

data "azurerm_mobile_network_slice" "example" {
  name              = "example-mns"
  mobile_network_id = data.azurerm_mobile_network.test.id
}

Arguments Reference

The following arguments are supported:

Attributes Reference

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


A single_network_slice_selection_assistance_information block supports the following:

Timeouts

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