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