ostype = ubuntu

This commit is contained in:
tolerryan
2024-11-18 23:34:45 -06:00
parent 8c1d090b36
commit 7d22646a75

View File

@@ -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"