chore: Formatting

This commit is contained in:
Peter 2025-12-20 19:36:29 +01:00
parent 814a1cf5e3
commit 58dce491bb
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg

View file

@ -12,6 +12,7 @@ resource "proxmox_virtual_environment_vm" "talos-node" {
name = var.node.name
node_name = var.node.proxmox_node
tags = ["tofu"]
bios = "ovmf"
clone {
vm_id = 10000 + tonumber(replace(var.node.talos_version, ".", ""))
@ -21,7 +22,7 @@ resource "proxmox_virtual_environment_vm" "talos-node" {
cpu {
cores = var.node.cpu
sockets = 1
type = "x86-64-v2-AES"
type = "host"
}
memory {