switch ip config order

This commit is contained in:
tolerryan
2024-11-19 21:29:19 -06:00
parent ab9e61b5d8
commit bd45437c80

View File

@@ -15,7 +15,7 @@ resource "proxmox_vm_qemu" "grail" {
os_type = "ubuntu"
os_network_config = "ubuntu"
nameserver = "192.168.0.24"
ipconfig0 = "gw=192.168.0.1,ip=192.168.0.57/24"
ipconfig0 = "ip=192.168.0.57/24,gw=192.168.0.1"
#ssh_public_keys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFw70PrMsilcsqCrwW1I6PAt3anQbhmVg+t/HUfomug ryan@mxDesktop"
#features {