From 2a895a89241e228b86bd6eecc5774a1ea73fd2bf Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Wed, 27 Aug 2025 23:26:10 +0000 Subject: [PATCH] Update proxmox.tf --- proxmox.tf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/proxmox.tf b/proxmox.tf index 900b042..bb5e89b 100644 --- a/proxmox.tf +++ b/proxmox.tf @@ -176,7 +176,12 @@ initialization { address = "dhcp" } } - + disk { + datastore_id = "local-snippets" + file_id = proxmox_virtual_environment_file.vm_user_data[each.key].id + interface = "ide2" + file_format = "raw" + } # ip_config { # ipv4 { # address = each.value.ip