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" }