This commit is contained in:
parent
42e74a0ae0
commit
3ed9bab864
1 changed files with 2 additions and 0 deletions
|
@ -82,6 +82,8 @@ resource "proxmox_virtual_environment_vm" "nodes" {
|
||||||
timeout_reboot = 60
|
timeout_reboot = 60
|
||||||
timeout_create = 120
|
timeout_create = 120
|
||||||
|
|
||||||
|
boot_order = ["virtio0", "ide3", "net0"]
|
||||||
|
|
||||||
cpu {
|
cpu {
|
||||||
cores = each.value.cores
|
cores = each.value.cores
|
||||||
type = "host"
|
type = "host"
|
||||||
|
|
Loading…
Reference in a new issue