From 988caf7622d2655ba49e6473303af4e38fbd696e Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Mon, 25 Aug 2025 12:13:17 +0000 Subject: [PATCH] Update proxmox.tf --- proxmox.tf | 41 +++++++++++++++++++++++++++++------------ 1 file changed, 29 insertions(+), 12 deletions(-) diff --git a/proxmox.tf b/proxmox.tf index 4bc5c99..b92df2c 100644 --- a/proxmox.tf +++ b/proxmox.tf @@ -15,7 +15,6 @@ provider "proxmox" { } } - resource "proxmox_virtual_environment_download_file" "latest_ubunto_cloud_img" { content_type = "iso" datastore_id = "local" @@ -24,9 +23,36 @@ resource "proxmox_virtual_environment_download_file" "latest_ubunto_cloud_img" { file_name = "jammyservercloudimgamd64.img" } +resource "proxmox_virtual_environment_file" "cloud_init_yaml" { + node_name = "fenix" + datastore_id = "local" + content_type = "cloud-init" + file_name = "cloud-init-qga.yaml" + + content = <