variables update
This commit is contained in:
parent
5243bb37cb
commit
d236dbd563
1 changed files with 11 additions and 8 deletions
|
|
@ -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
|
||||
}))
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue