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
|
hagroup = null
|
||||||
hastate = null
|
hastate = null
|
||||||
hotplug = "network,disk,usb"
|
hotplug = "network,disk,usb"
|
||||||
vmid = "301"
|
vmid = "301"
|
||||||
ipconfig0 = "ip=192.168.0.50/24,gw=192.168.0.1"
|
ipconfig0 = "ip=192.168.0.50/24,gw=192.168.0.1"
|
||||||
kvm = true
|
kvm = true
|
||||||
machine = null
|
machine = null
|
||||||
@@ -35,8 +35,6 @@ resource "proxmox_vm_qemu" "nas" {
|
|||||||
target_nodes = [
|
target_nodes = [
|
||||||
"ryuk",
|
"ryuk",
|
||||||
]
|
]
|
||||||
vm_state = "running"
|
|
||||||
vmid = 301
|
|
||||||
|
|
||||||
cpu {
|
cpu {
|
||||||
affinity = null
|
affinity = null
|
||||||
|
|||||||
Reference in New Issue
Block a user