: add started var

This commit is contained in:
VC
2025-03-21 10:25:24 +01:00
parent 2d34c639dc
commit 2886d808b5
2 changed files with 7 additions and 0 deletions

View File

@@ -10,6 +10,12 @@ variable "start_on_boot" {
default = false
}
variable "started" {
description = "Shall the VM be started?"
type = bool
default = true
}
variable "memory_dedicated" {
description = "RAM quantity"
type = number