budy

Results 5 comments of budy

Or upgrade your laravel installation. Keep in mind that nova 2.x require Laravel 5.8+

@clutonik this works for me, many thx

Sry for bringing up this on the table again. I'm facing the same problem. The parallelism works but feels a bit strange to me. I would prefer the dependency chain....

Sure, thats config: ``` resource "proxmox_virtual_environment_network_linux_vlan" "vlan" { for_each = { for entry in local.vlan_nodes: "${entry.node}.${entry.vlan}" => entry } node_name = each.value.node name = "vlan${each.value.vlan}" interface = "bond0" } resource...