We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba7dfc1 commit 392a0a3Copy full SHA for 392a0a3
terraform/modules/supernode/vm.tf
@@ -68,6 +68,7 @@ resource "proxmox_vm_qemu" "supernode" {
68
macaddr = macaddress.vm["eth1"].address
69
}
70
71
+ onboot = true
72
agent = 1
73
os_type = "cloud-init"
74
ipconfig0 = "ip=${netbox_available_prefix.primary_ipv4.prefix},gw=0.0.0.0,ip6=auto"
0 commit comments