add env next to tags

This commit is contained in:
2025-04-06 20:08:02 +00:00
parent db31372abb
commit e45eb9de69
4 changed files with 13 additions and 3 deletions

View File

@@ -37,4 +37,10 @@ variable "vm_env" {
description = "VM environment"
type = string
default = "test"
}
variable "vm_tags" {
description = "Tags for the VM"
type = list(any)
default = ["test"]
}