azurerm_mobile_network_sim_group

Get information about a Mobile Network Sim Group.

Example Usage

data "azurerm_mobile_network" "example" {
  name                = "example-mn"
  resource_group_name = azurerm_resource_group.example.name
}

data "azurerm_mobile_network_sim_group" "example" {
  name              = "example-mnsg"
  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:


An identity block supports the following:

Timeouts

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