mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 15:35:55 -04:00
add eastus2 for azure-sev-snp
This commit is contained in:
parent
52e4e64316
commit
203f8740da
@ -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", "westus", "southeastasia", "eastus2"}
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user