diff --git a/modules/virtualMachine/variables.tf b/modules/virtualMachine/variables.tf index 661965a..d3d756c 100644 --- a/modules/virtualMachine/variables.tf +++ b/modules/virtualMachine/variables.tf @@ -43,16 +43,19 @@ variable "network_interfaces" { variable "cpu" { description = "VM CPU" type = string + default = "0.2" } variable "vcpu" { description = "VM vCPU" type = string + default = "2" } variable "ram" { description = "VM RAM" type = string + default = "512" } variable "depends" {