diff --git a/examples/default/locals.tf b/examples/default/locals.tf index aac8330..eb84637 100644 --- a/examples/default/locals.tf +++ b/examples/default/locals.tf @@ -1,16 +1,23 @@ # We pick a random region from this list. locals { azure_regions = [ + "ukwest", + "uksouth", + "centralindia", + "australiaeast", + "canadacentral", + "canadaeast", + "japaneast", "westeurope", "northeurope", "eastus", "eastus2", "westus", "westus2", + "westus3", "southcentralus", "northcentralus", "centralus", - "eastasia", - "southeastasia", + "westcentralus" ] } diff --git a/examples/diagnostic/locals.tf b/examples/diagnostic/locals.tf index 83256df..eb84637 100644 --- a/examples/diagnostic/locals.tf +++ b/examples/diagnostic/locals.tf @@ -1,23 +1,23 @@ # We pick a random region from this list. locals { azure_regions = [ - "Australia East", - "Canada Central", - "Canada East", - "Central India", - "Central US", - "East US", - "East US 2", - "Japan East", - "North Central US", - "North Europe", - "South Central US", - "UK South", - "UK West", - "West Central US", - "West Europe", - "West US", - "West US 2", - "West US 3" + "ukwest", + "uksouth", + "centralindia", + "australiaeast", + "canadacentral", + "canadaeast", + "japaneast", + "westeurope", + "northeurope", + "eastus", + "eastus2", + "westus", + "westus2", + "westus3", + "southcentralus", + "northcentralus", + "centralus", + "westcentralus" ] }