added services vm to repoasdsdasd #4
@@ -37,6 +37,7 @@ resource "proxmox_virtual_environment_vm" "devops" {
|
||||
datastore_id = "local"
|
||||
size = 30
|
||||
ssd = true
|
||||
discard = "ignore"
|
||||
iothread = true
|
||||
interface = "scsi0"
|
||||
}
|
||||
|
||||
@@ -35,7 +35,7 @@ resource "proxmox_virtual_environment_vm" "infra" {
|
||||
|
||||
disk {
|
||||
datastore_id = "local"
|
||||
size = 50
|
||||
size = 30
|
||||
ssd = true
|
||||
discard = "ignore"
|
||||
iothread = true
|
||||
|
||||
@@ -3,8 +3,8 @@ resource "proxmox_virtual_environment_vm" "services" {
|
||||
acpi = true
|
||||
vm_id = "114"
|
||||
machine = "q35"
|
||||
# name = "services"
|
||||
# node_name = "proxmox"
|
||||
name = "services"
|
||||
node_name = "proxmox"
|
||||
scsi_hardware = "virtio-scsi-pci"
|
||||
started = true
|
||||
tablet_device = false
|
||||
|
||||
Reference in New Issue
Block a user