generated from Azure/terraform-azurerm-avm-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dc5fed5
commit 9d6537a
Showing
2 changed files
with
27 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
] | ||
} |