This data source return the available Extended Locations for a specific Azure Region.
data "azurerm_extended_locations" "example" {
location = "West Europe"
}
location
- The Azure location to retrieve the Extended Locations for.id
- The ID of Location within this Subscription.
extended_locations
- The available extended locations for the Azure Location.
The timeouts
block allows you to specify timeouts for certain actions:
read
- (Defaults to 5 minutes) Used when retrieving the Extended Locations.