mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-10 07:44:56 -05:00
image: replicate nvidia Azure images in eastus2 (#3027)
Co-authored-by: derpsteb <ob@edgeless.systems>
This commit is contained in:
parent
6c24963570
commit
65ed286c7d
1 changed files with 1 additions and 1 deletions
|
|
@ -255,7 +255,7 @@ func azureReplicationRegions(attestationVariant string) []string {
|
|||
case "azure-tdx":
|
||||
return []string{"northeurope", "westeurope", "centralus", "eastus2"}
|
||||
case "azure-sev-snp":
|
||||
return []string{"northeurope", "westeurope", "germanywestcentral", "eastus", "westus", "southeastasia"}
|
||||
return []string{"northeurope", "westeurope", "germanywestcentral", "eastus", "eastus2", "westus", "southeastasia"}
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue