ostype = ubuntu
This commit is contained in:
1
grail.tf
1
grail.tf
@@ -11,6 +11,7 @@ resource "proxmox_vm_qemu" "grail" {
|
|||||||
#start = true
|
#start = true
|
||||||
tags = "terraform"
|
tags = "terraform"
|
||||||
define_connection_info = true
|
define_connection_info = true
|
||||||
|
os_type = "ubuntu"
|
||||||
os_network_config = "ubuntu"
|
os_network_config = "ubuntu"
|
||||||
nameserver = "192.168.0.24"
|
nameserver = "192.168.0.24"
|
||||||
ipconfig0 = "gw=192.168.0.1,ip=192.168.0.57/24"
|
ipconfig0 = "gw=192.168.0.1,ip=192.168.0.57/24"
|
||||||
|
|||||||
Reference in New Issue
Block a user