diff --git a/grail.tf b/grail.tf index e2b7fa8..0395a45 100644 --- a/grail.tf +++ b/grail.tf @@ -11,6 +11,7 @@ resource "proxmox_vm_qemu" "grail" { #start = true tags = "terraform" define_connection_info = true + os_type = "ubuntu" os_network_config = "ubuntu" nameserver = "192.168.0.24" ipconfig0 = "gw=192.168.0.1,ip=192.168.0.57/24"