fix(k8s.tjo.cloud): boot order
Some checks failed
/ lint (push) Failing after 2m34s

This commit is contained in:
Tine 2025-02-20 20:40:30 +01:00
parent 42e74a0ae0
commit 3ed9bab864
Signed by: mentos1386
SSH key fingerprint: SHA256:MNtTsLbihYaWF8j1fkOHfkKNlnN1JQfxEU/rBU8nCGw

View file

@ -82,6 +82,8 @@ resource "proxmox_virtual_environment_vm" "nodes" {
timeout_reboot = 60
timeout_create = 120
boot_order = ["virtio0", "ide3", "net0"]
cpu {
cores = each.value.cores
type = "host"