added services vm to repoasdsdasd #4

Merged
tim merged 2 commits from services into main 2023-10-27 14:27:29 +02:00
2 changed files with 5 additions and 3 deletions
Showing only changes of commit cb0a5869d9 - Show all commits

View File

@@ -35,8 +35,9 @@ resource "proxmox_virtual_environment_vm" "infra" {
disk {
datastore_id = "local"
size = 30
size = 50
ssd = true
discard = "ignore"
iothread = true
interface = "scsi0"
}

View File

@@ -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
@@ -38,6 +38,7 @@ resource "proxmox_virtual_environment_vm" "services" {
size = 30
ssd = true
iothread = true
discard = "ignore"
interface = "scsi0"
}