✨: add tags
This commit is contained in:
@@ -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({
|
||||
|
Reference in New Issue
Block a user