Data Source: azurerm_maps_account

Use this data source to access information about an existing Azure Maps Account.

Example Usage

data "azurerm_maps_account" "example" {
  name                = "production"
  resource_group_name = "maps"
}

output "maps_account_id" {
  value = data.azurerm_maps_account.example.id
}

Argument Reference

Attributes Reference

Timeouts

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