✨: add tags
This commit is contained in:
@@ -17,6 +17,8 @@ resource "proxmox_virtual_environment_container" "container" {
|
|||||||
node_name = "serenor"
|
node_name = "serenor"
|
||||||
description = var.server_desc
|
description = var.server_desc
|
||||||
|
|
||||||
|
tags = var.tags
|
||||||
|
|
||||||
unprivileged = var.unprivileged
|
unprivileged = var.unprivileged
|
||||||
start_on_boot = var.start_on_boot
|
start_on_boot = var.start_on_boot
|
||||||
|
|
||||||
|
@@ -26,6 +26,12 @@ variable "server_desc" {
|
|||||||
type = string
|
type = string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
variable "tags" {
|
||||||
|
description = "Tags to be associated to the VM"
|
||||||
|
type = list(string)
|
||||||
|
default = []
|
||||||
|
}
|
||||||
|
|
||||||
variable "features" {
|
variable "features" {
|
||||||
description = "Proxmox Container Features"
|
description = "Proxmox Container Features"
|
||||||
type = object({
|
type = object({
|
||||||
|
Reference in New Issue
Block a user