azurerm_mobile_network_sim

Get information about a Mobile Network Sim.

Example Usage

data "azurerm_mobile_network_sim_group" "example" {
  name                = "example-mnsg"
  resource_group_name = "example-rg"
}


data "azurerm_mobile_network_sim" "example" {
  name                        = "example-sim"
  mobile_network_sim_group_id = data.azurerm_mobile_network_sim_group.example.id
}

Arguments Reference

The following arguments are supported:

Attributes Reference

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


A static_ip_configuration block supports the following:

Timeouts

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

Import

Mobile Network Sim can be imported using the resource id, e.g.

terraform import azurerm_mobile_network_sim.example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup1/providers/Microsoft.MobileNetwork/simGroups/simGroup1/sims/sim1