opentofu: add tmp device to vms

This commit is contained in:
2026-02-01 20:54:05 +01:00
parent 4afb37d730
commit ab053c25bd

View File

@@ -118,6 +118,11 @@ resource "proxmox_vm_qemu" "vm" {
} }
} }
# TPM device
tpm_state {
storage = each.value.storage
}
# Start on boot # Start on boot
start_at_node_boot = true start_at_node_boot = true