Compare commits
No commits in common. "814ef36bb7a29bf2ec4241179c0a59e40018c4ed" and "77eec91bf12df3afe67e940942017fd5554152d2" have entirely different histories.
814ef36bb7
...
77eec91bf1
|
@ -1,25 +1,5 @@
|
||||||
variable "vms" {
|
variable "vms" {
|
||||||
type = map(string,object(
|
type = map
|
||||||
{
|
|
||||||
domain = string
|
|
||||||
cpu = number
|
|
||||||
vcpu = number
|
|
||||||
ram = number
|
|
||||||
system_image_persistent = bool
|
|
||||||
data_image_persistent = bool
|
|
||||||
data_disks = list(object({
|
|
||||||
name = string
|
|
||||||
size = string
|
|
||||||
persistent = bool
|
|
||||||
}))
|
|
||||||
network_interfaces = list(object({
|
|
||||||
network_id = string
|
|
||||||
ip = string
|
|
||||||
mac = string
|
|
||||||
}))
|
|
||||||
sysdatastore = string
|
|
||||||
}
|
|
||||||
))
|
|
||||||
description = "Virtual Machines description"
|
description = "Virtual Machines description"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue