From 7d22646a759be7de25ebd331a365f64ee226e23c Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Mon, 18 Nov 2024 23:34:45 -0600 Subject: [PATCH] ostype = ubuntu --- grail.tf | 1 + 1 file changed, 1 insertion(+) 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"