Use this data source to access information of a specific physical location.
data "azurerm_location" "example" {
location = "West Europe"
}
location
- (Required) Specifies the supported Azure location where the resource exists.id
- The ID of Location within this Subscription.
region_type
- The available region type. Possible values are Physical
and Logical
.
display_name
- The display name of the location.
zone_mappings
- A zone_mappings
block as defined below.
A zone_mappings
block exports the following:
logical_zone
- The logical zone id for the availability zone
physical_zone
- The fully qualified physical zone id of availability zone to which logical zone id is mapped to
The timeouts
block allows you to specify timeouts for certain actions:
read
- (Defaults to 5 minutes) Used when retrieving the Location.