mirror of
https://github.com/n8n-io/n8n.git
synced 2026-08-30 18:01:23 +08:00
fix(benchmark): Replace deprecated Azure dedicated host SKU (no-changelog) (#33625)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -10,13 +10,13 @@ variable "resource_group_name" {
|
||||
|
||||
variable "host_size_family" {
|
||||
description = "Size Family for the Host Group"
|
||||
default = "DCSv2-Type1"
|
||||
default = "DSv5-Type1"
|
||||
}
|
||||
|
||||
variable "vm_size" {
|
||||
description = "VM Size"
|
||||
# 8 vCPUs, 32 GiB memory
|
||||
default = "Standard_DC8_v2"
|
||||
default = "Standard_D8s_v5"
|
||||
}
|
||||
|
||||
variable "number_of_vms" {
|
||||
|
||||
Reference in New Issue
Block a user