Snippet creation working

This commit is contained in:
2026-09-03 18:13:21 -04:00
parent 0fa9d83b94
commit 33dc172296
8 changed files with 12 additions and 13 deletions
-3
View File
@@ -2,10 +2,7 @@ variable "vm_guests" {
type = list(object({
name = string
host = string
ipv4_address = string
role = string
cpu = number
memory = number
}))
}