From 2eb54cf48e86c2eab6d7f8d3c05ed2159290de8e Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Wed, 27 Aug 2025 09:40:40 +0000 Subject: [PATCH] Update proxmox.tf --- proxmox.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox.tf b/proxmox.tf index aeb45ef..1d3476b 100644 --- a/proxmox.tf +++ b/proxmox.tf @@ -30,7 +30,7 @@ resource "proxmox_virtual_environment_file" "cloud_init_yaml" { source_raw { file_name = "user-data-cloud-config.yaml" - data = yamldecode(file("${path.module}/cloud-init-base.yaml")) + data = file("${path.module}/cloud-init-base.yaml") } }