fixing last error..
This commit is contained in:
4
nas.tf
4
nas.tf
@@ -15,7 +15,7 @@ resource "proxmox_vm_qemu" "nas" {
|
||||
hagroup = null
|
||||
hastate = null
|
||||
hotplug = "network,disk,usb"
|
||||
vmid = "301"
|
||||
vmid = "301"
|
||||
ipconfig0 = "ip=192.168.0.50/24,gw=192.168.0.1"
|
||||
kvm = true
|
||||
machine = null
|
||||
@@ -35,8 +35,6 @@ resource "proxmox_vm_qemu" "nas" {
|
||||
target_nodes = [
|
||||
"ryuk",
|
||||
]
|
||||
vm_state = "running"
|
||||
vmid = 301
|
||||
|
||||
cpu {
|
||||
affinity = null
|
||||
|
||||
Reference in New Issue
Block a user