This commit is contained in:
dstrebel 2019-10-22 13:29:17 -05:00
Родитель c9c5672294
Коммит f8855c7c03
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -66,7 +66,7 @@ variable "agent_count" {
}
variable "vm_size" {
default = "Standard_DS3_v3"
default = "Standard_DS3_v2"
description = "The Node type and size based on Azure VM SKUs Reference: az vm list-sizes --location eastus -o table"
}
variable "os_disk_size_gb" {