format code

This commit is contained in:
Vezpi 2025-03-22 22:35:22 +00:00
parent fd2cd3441b
commit d24c18ebcb
2 changed files with 9 additions and 9 deletions

View File

@ -75,6 +75,6 @@ variable "vm_vlan" {
variable "vm_tags" {
description = "Tags for the VM"
type = list
type = list(any)
default = ["test"]
}