fix(module): adding missing variable to virtualMachine
This commit is contained in:
parent
65b95c56a1
commit
911486e0e0
|
@ -100,5 +100,10 @@ variable "graphics" {
|
|||
listen = "0.0.0.0"
|
||||
type = "VNC"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
variable "imagemode" {
|
||||
description = "Disk image mode"
|
||||
type = string
|
||||
default = "0600"
|
||||
}
|
Loading…
Reference in New Issue