From e072fde0146189011d6435f36fc26dc6ba3d133b Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Mon, 25 Aug 2025 13:49:10 +0000 Subject: [PATCH] Update proxmox.tf --- proxmox.tf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/proxmox.tf b/proxmox.tf index f8a2742..82c06f2 100644 --- a/proxmox.tf +++ b/proxmox.tf @@ -89,6 +89,12 @@ resource "proxmox_virtual_environment_vm" "proxmox-kubernetes-VM-template" { size = 64 } + # >>>> Disco especial cloud-init + disk { + datastore_id = "local-lvm" + interface = "ide2" + file_format = "cloudinit" + } disk { datastore_id = "local-lvm"