Data Source: azurerm_traffic_manager_geographical_location

Use this data source to access the ID of a specified Traffic Manager Geographical Location within the Geographical Hierarchy.

Example Usage (World)

data "azurerm_traffic_manager_geographical_location" "example" {
  name = "World"
}

output "location_code" {
  value = data.azurerm_traffic_manager_geographical_location.example.id
}

Argument Reference

Attributes Reference

Timeouts

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