add env next to tags
This commit is contained in:
@@ -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"]
|
||||
}
|
Reference in New Issue
Block a user