variables update

This commit is contained in:
admin 2026-01-28 15:01:32 -07:00
parent 5243bb37cb
commit d236dbd563

View file

@ -15,12 +15,15 @@ variable "lxc_inventory" {
type = map(object({
node = string
hostname = string
datastore_id = string
disk_size = string
cores = number
memory = number
vlan = number
ip = string
gw = string
mp0_volume = string
mp1_volume = string
}))
}