add eastus2 for azure-sev-snp

This commit is contained in:
Adrian Stobbe 2024-03-08 10:54:09 +01:00
parent 52e4e64316
commit 203f8740da

View File

@ -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
}