✨: add started var
This commit is contained in:
@@ -21,6 +21,7 @@ resource "proxmox_virtual_environment_container" "container" {
|
|||||||
|
|
||||||
unprivileged = var.unprivileged
|
unprivileged = var.unprivileged
|
||||||
start_on_boot = var.start_on_boot
|
start_on_boot = var.start_on_boot
|
||||||
|
started = var.started
|
||||||
|
|
||||||
features {
|
features {
|
||||||
nesting = var.features.nesting
|
nesting = var.features.nesting
|
||||||
|
@@ -10,6 +10,12 @@ variable "start_on_boot" {
|
|||||||
default = false
|
default = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
variable "started" {
|
||||||
|
description = "Shall the VM be started?"
|
||||||
|
type = bool
|
||||||
|
default = true
|
||||||
|
}
|
||||||
|
|
||||||
variable "memory_dedicated" {
|
variable "memory_dedicated" {
|
||||||
description = "RAM quantity"
|
description = "RAM quantity"
|
||||||
type = number
|
type = number
|
||||||
|
Reference in New Issue
Block a user