Skip to content

Commit

Permalink
updating locals.tf with regions that support az
Browse files Browse the repository at this point in the history
  • Loading branch information
donovm4 committed Aug 28, 2024
1 parent a996741 commit a3a8589
Show file tree
Hide file tree
Showing 10 changed files with 50 additions and 30 deletions.
8 changes: 5 additions & 3 deletions examples/auto_heal_enabled/locals.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
locals {
azure_regions = [
"eastus",
"westeurope",
"eastasia",
"japaneast"
"eastus2",
"centralus",
"southcentralus",
"westus2",
"westus3"
]
}
8 changes: 5 additions & 3 deletions examples/basic_auth/locals.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
locals {
azure_regions = [
"eastus",
"westeurope",
"eastasia",
"japaneast"
"eastus2",
"centralus",
"southcentralus",
"westus2",
"westus3"
]
}
8 changes: 5 additions & 3 deletions examples/custom_domain/locals.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
locals {
azure_regions = [
"eastus",
"westeurope",
"eastasia",
"japaneast"
"eastus2",
"centralus",
"southcentralus",
"westus2",
"westus3"
]
}
8 changes: 5 additions & 3 deletions examples/deployment_slot_with_interfaces/locals.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
locals {
azure_regions = [
"eastus",
"westeurope",
"eastasia",
"japaneast"
"eastus2",
"centralus",
"southcentralus",
"westus2",
"westus3"
]
azurerm_private_dns_zone_resource_name = "privatelink.${local.reformatted_subdomain}"
default_host_name = module.test.resource_uri
Expand Down
8 changes: 5 additions & 3 deletions examples/function_app/locals.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
locals {
azure_regions = [
"eastus",
"westeurope",
"eastasia",
"japaneast"
"eastus2",
"centralus",
"southcentralus",
"westus2",
"westus3"
]
}
8 changes: 5 additions & 3 deletions examples/interfaces/locals.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
locals {
azure_regions = [
"eastus",
"westeurope",
"eastasia",
"japaneast"
"eastus2",
"centralus",
"southcentralus",
"westus2",
"westus3"
]
azurerm_private_dns_zone_resource_name = "privatelink.${local.reformatted_subdomain}"
default_host_name = module.test.resource_uri
Expand Down
8 changes: 5 additions & 3 deletions examples/ip_restriction/locals.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
locals {
azure_regions = [
"eastus",
"westeurope",
"eastasia",
"japaneast"
"eastus2",
"centralus",
"southcentralus",
"westus2",
"westus3"
]
}
8 changes: 5 additions & 3 deletions examples/logs/locals.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
locals {
azure_regions = [
"eastus",
"westeurope",
"eastasia",
"japaneast"
"eastus2",
"centralus",
"southcentralus",
"westus2",
"westus3"
]
}
8 changes: 5 additions & 3 deletions examples/storage_uses_managed_identity/locals.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
locals {
azure_regions = [
"eastus",
"westeurope",
"eastasia",
"japaneast"
"eastus2",
"centralus",
"southcentralus",
"westus2",
"westus3"
]
}
8 changes: 5 additions & 3 deletions examples/web_app/locals.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
locals {
azure_regions = [
"eastus",
"westeurope",
"eastasia",
"japaneast"
"eastus2",
"centralus",
"southcentralus",
"westus2",
"westus3"
]
}

0 comments on commit a3a8589

Please sign in to comment.