Skip to content

Commit

Permalink
infra/azure-peerpods: default to westeurope
Browse files Browse the repository at this point in the history
GPU instances (which are the only ones we provide a working image for at the moment) are unavailable in germanywestcentral. Therefore, default to a GPU-enabled region here. This should not have any disadvantages compared to germanywestcentral for non-GPU use.
  • Loading branch information
msanft committed Oct 21, 2024
1 parent dacdde8 commit 69f3877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/azure-peerpods/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ data "azurerm_resource_group" "rg_podvm_image" {

resource "azurerm_resource_group" "rg" {
name = local.name
location = "germanywestcentral"
location = "westeurope"
}

resource "azuread_application" "app" {
Expand Down

0 comments on commit 69f3877

Please sign in to comment.