added services vm to repoasdsdasd #4

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

View File

@@ -37,6 +37,7 @@ resource "proxmox_virtual_environment_vm" "devops" {
datastore_id = "local"
size = 30
ssd = true
discard = "ignore"
iothread = true
interface = "scsi0"
}

View File

@@ -35,7 +35,7 @@ resource "proxmox_virtual_environment_vm" "infra" {
disk {
datastore_id = "local"
size = 50
size = 30
ssd = true
discard = "ignore"
iothread = true

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