: add tags

This commit is contained in:
VC
2025-03-06 17:29:59 +01:00
parent 1cf67742e5
commit 134897ed6f
2 changed files with 8 additions and 0 deletions

View File

@@ -17,6 +17,8 @@ resource "proxmox_virtual_environment_container" "container" {
node_name = "serenor"
description = var.server_desc
tags = var.tags
unprivileged = var.unprivileged
start_on_boot = var.start_on_boot

View File

@@ -26,6 +26,12 @@ variable "server_desc" {
type = string
}
variable "tags" {
description = "Tags to be associated to the VM"
type = list(string)
default = []
}
variable "features" {
description = "Proxmox Container Features"
type = object({