1 Commits

Author SHA1 Message Date
911486e0e0 fix(module): adding missing variable to virtualMachine 2023-01-19 15:19:55 +01:00

View File

@ -100,5 +100,10 @@ variable "graphics" {
listen = "0.0.0.0"
type = "VNC"
}
}
variable "imagemode" {
description = "Disk image mode"
type = string
default = "0600"
}