Skip to content
Snippets Groups Projects
Commit 1c6d51b1 authored by James Arcus's avatar James Arcus
Browse files

Add newly-required config

parent d52a0da2
Branches
1 merge request!2Bump TF provider version
Pipeline #854 passed with stages
in 18 seconds
......@@ -38,7 +38,7 @@ resource "proxmox_vm_qemu" "membervm_nogui" {
clone = "memberVM-nogui-template"
agent = 1
cpu = "x86-64-v2-AES"
cpu_type = "x86-64-v2-AES"
scsihw = "virtio-scsi-pci"
boot = "order=scsi0"
ipconfig0 = "ip=dhcp,ip6=auto"
......@@ -68,6 +68,11 @@ resource "proxmox_vm_qemu" "membervm_nogui" {
tag = 4
}
serial {
id = 0
type = "socket"
}
# Always the same, regardless of the template chosen
os_type = "cloud-init"
pool = "Member-VMs-Auto"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment