From cb0a5869d996b32db8e715bce38052ced0e514c5 Mon Sep 17 00:00:00 2001 From: Tim Unkrig Date: Fri, 27 Oct 2023 14:14:50 +0200 Subject: [PATCH] added services vm to repoasdsdasd --- infrastructure/infra.tf | 3 ++- infrastructure/service.tf | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/infrastructure/infra.tf b/infrastructure/infra.tf index 6a737d7..860f4c9 100644 --- a/infrastructure/infra.tf +++ b/infrastructure/infra.tf @@ -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" } diff --git a/infrastructure/service.tf b/infrastructure/service.tf index e5c58db..4965cbd 100644 --- a/infrastructure/service.tf +++ b/infrastructure/service.tf @@ -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" }