From 55e91cd67baa484a764a0a51537de010ef201286 Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Mon, 25 Aug 2025 12:19:12 +0000 Subject: [PATCH] Update proxmox.tf --- proxmox.tf | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/proxmox.tf b/proxmox.tf index b92df2c..c7d6f78 100644 --- a/proxmox.tf +++ b/proxmox.tf @@ -27,26 +27,27 @@ resource "proxmox_virtual_environment_file" "cloud_init_yaml" { node_name = "fenix" datastore_id = "local" content_type = "cloud-init" - file_name = "cloud-init-qga.yaml" + source_raw { + file_name = "cloud-init-qga.yaml" + data = <