fix(module): correct default value for imagemode
This commit is contained in:
parent
e07fd1c49d
commit
6a9181d1b4
|
@ -92,5 +92,5 @@ variable "graphics" {
|
||||||
variable "imagemode" {
|
variable "imagemode" {
|
||||||
description = "Disk image mode"
|
description = "Disk image mode"
|
||||||
type = string
|
type = string
|
||||||
default = "0600"
|
default = "600"
|
||||||
}
|
}
|
Loading…
Reference in New Issue