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 = <