fixing some errors
This commit is contained in:
27
nas.tf
27
nas.tf
@@ -15,7 +15,7 @@ resource "proxmox_vm_qemu" "nas" {
|
||||
hagroup = null
|
||||
hastate = null
|
||||
hotplug = "network,disk,usb"
|
||||
id = "301"
|
||||
vmid = "301"
|
||||
ipconfig0 = "ip=192.168.0.50/24,gw=192.168.0.1"
|
||||
kvm = true
|
||||
machine = null
|
||||
@@ -35,7 +35,6 @@ resource "proxmox_vm_qemu" "nas" {
|
||||
target_nodes = [
|
||||
"ryuk",
|
||||
]
|
||||
vcpus = 0
|
||||
vm_state = "running"
|
||||
vmid = 301
|
||||
|
||||
@@ -60,19 +59,7 @@ resource "proxmox_vm_qemu" "nas" {
|
||||
discard = true
|
||||
emulatessd = true
|
||||
format = "raw"
|
||||
id = 0
|
||||
iops_r_burst = 0
|
||||
iops_r_burst_length = 0
|
||||
iops_r_concurrent = 0
|
||||
iops_wr_burst = 0
|
||||
iops_wr_burst_length = 0
|
||||
iops_wr_concurrent = 0
|
||||
iothread = true
|
||||
linked_disk_id = -1
|
||||
mbps_r_burst = 0
|
||||
mbps_r_concurrent = 0
|
||||
mbps_wr_burst = 0
|
||||
mbps_wr_concurrent = 0
|
||||
readonly = false
|
||||
replicate = true
|
||||
serial = null
|
||||
@@ -90,19 +77,7 @@ resource "proxmox_vm_qemu" "nas" {
|
||||
cache = null
|
||||
discard = false
|
||||
format = "raw"
|
||||
id = 0
|
||||
iops_r_burst = 0
|
||||
iops_r_burst_length = 0
|
||||
iops_r_concurrent = 0
|
||||
iops_wr_burst = 0
|
||||
iops_wr_burst_length = 0
|
||||
iops_wr_concurrent = 0
|
||||
iothread = true
|
||||
linked_disk_id = -1
|
||||
mbps_r_burst = 0
|
||||
mbps_r_concurrent = 0
|
||||
mbps_wr_burst = 0
|
||||
mbps_wr_concurrent = 0
|
||||
readonly = false
|
||||
replicate = false
|
||||
serial = null
|
||||
|
||||
Reference in New Issue
Block a user