Skip to content

Data Source: azurermExtendedLocations

This data source return the available Extended Locations for a specific Azure Region.

Example Usage

/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as azurerm from "./.gen/providers/azurerm";
/*The following providers are missing schema information and might need manual adjustments to synthesize correctly: azurerm.
For a more precise conversion please use the --provider flag in convert.*/
new azurerm.dataAzurermExtendedLocations.DataAzurermExtendedLocations(
  this,
  "example",
  {
    location: "West Europe",
  }
);

Argument Reference

  • location - The Azure location to retrieve the Extended Locations for.

Attributes Reference

  • id - The ID of Location within this Subscription.

  • extendedLocations - The available extended locations for the Azure Location.

Timeouts

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

  • read - (Defaults to 5 minutes) Used when retrieving the Extended Locations.