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" "test" { name = "World" } output "location_code" { value = "${data.azurerm_traffic_manager_geographical_location.test.id}" }
Argument Reference
-
name
- (Required) Specifies the name of the Location, for exampleWorld
,Europe
orGermany
.
Attributes Reference
-
id
- The ID of this Location, also known as theCode
of this Location.
© 2018 HashiCorpLicensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/azurerm/d/traffic_manager_geographical_location.html