Snippet creation working
This commit is contained in:
@@ -2,10 +2,7 @@ variable "vm_guests" {
|
||||
type = list(object({
|
||||
name = string
|
||||
host = string
|
||||
ipv4_address = string
|
||||
role = string
|
||||
cpu = number
|
||||
memory = number
|
||||
}))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user