variables update

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

View file

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