Skip to content

Commit 392a0a3

Browse files
committed
Start supernode VMs on node boot
1 parent ba7dfc1 commit 392a0a3

File tree

1 file changed

+1
-0
lines changed
  • terraform/modules/supernode

1 file changed

+1
-0
lines changed

terraform/modules/supernode/vm.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ resource "proxmox_vm_qemu" "supernode" {
6868
macaddr = macaddress.vm["eth1"].address
6969
}
7070

71+
onboot = true
7172
agent = 1
7273
os_type = "cloud-init"
7374
ipconfig0 = "ip=${netbox_available_prefix.primary_ipv4.prefix},gw=0.0.0.0,ip6=auto"

0 commit comments

Comments
 (0)