From 3bc674db75361b8d9c8e5c2698a76cf96e34e62d Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Mon, 25 Aug 2025 12:57:07 +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 c7d6f78..9a45680 100644 --- a/proxmox.tf +++ b/proxmox.tf @@ -26,7 +26,7 @@ resource "proxmox_virtual_environment_download_file" "latest_ubunto_cloud_img" { resource "proxmox_virtual_environment_file" "cloud_init_yaml" { node_name = "fenix" datastore_id = "local" - content_type = "cloud-init" + content_type = "snippets" source_raw { file_name = "cloud-init-qga.yaml" data = <