Skip to content

Commit

Permalink
modify regions
Browse files Browse the repository at this point in the history
  • Loading branch information
jensheerin committed Mar 13, 2024
1 parent dc5fed5 commit 9d6537a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 20 deletions.
11 changes: 9 additions & 2 deletions examples/default/locals.tf
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"
]
}
36 changes: 18 additions & 18 deletions examples/diagnostic/locals.tf
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"
]
}

0 comments on commit 9d6537a

Please sign in to comment.