🔖: add tags to every container
All checks were successful
terraform-lint / terraform-lint (push) Successful in 3s

This commit is contained in:
VC
2025-03-21 10:26:23 +01:00
parent 2886d808b5
commit 759c28e40a
3 changed files with 135 additions and 47 deletions

View File

@@ -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

View File

@@ -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" {