fix(module): adding missing variable to virtualMachine

This commit is contained in:
Philippe Caseiro 2023-01-19 15:19:55 +01:00
parent 65b95c56a1
commit 911486e0e0
1 changed files with 6 additions and 1 deletions

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