🔖: add tags to every container
All checks were successful
terraform-lint / terraform-lint (push) Successful in 3s
All checks were successful
terraform-lint / terraform-lint (push) Successful in 3s
This commit is contained in:
@@ -21,7 +21,7 @@ resource "proxmox_virtual_environment_container" "container" {
|
||||
|
||||
unprivileged = var.unprivileged
|
||||
start_on_boot = var.start_on_boot
|
||||
started = var.started
|
||||
started = var.started
|
||||
|
||||
features {
|
||||
nesting = var.features.nesting
|
||||
|
@@ -12,8 +12,8 @@ variable "start_on_boot" {
|
||||
|
||||
variable "started" {
|
||||
description = "Shall the VM be started?"
|
||||
type = bool
|
||||
default = true
|
||||
type = bool
|
||||
default = true
|
||||
}
|
||||
|
||||
variable "memory_dedicated" {
|
||||
|
Reference in New Issue
Block a user