✨: add started var
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user