fix(module): correct default value for imagemode

This commit is contained in:
Philippe Caseiro 2023-01-20 13:34:05 +01:00
parent e07fd1c49d
commit 6a9181d1b4
1 changed files with 1 additions and 1 deletions

View File

@ -92,5 +92,5 @@ variable "graphics" {
variable "imagemode" {
description = "Disk image mode"
type = string
default = "0600"
default = "600"
}