From ca227179a60f9d593792fe09dd35e95c84c4709e Mon Sep 17 00:00:00 2001 From: Pavel Boldyrev <627562+bpg@users.noreply.github.com> Date: Mon, 11 Nov 2024 18:26:17 -0500 Subject: [PATCH] chore(docs): clarify use of `dump` content type in`proxmox_virtual_environment_file` resource (#1635) Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> --- docs/resources/virtual_environment_file.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/resources/virtual_environment_file.md b/docs/resources/virtual_environment_file.md index e0ecc1fe..db468af5 100644 --- a/docs/resources/virtual_environment_file.md +++ b/docs/resources/virtual_environment_file.md @@ -7,7 +7,7 @@ subcategory: Virtual Environment # Resource: proxmox_virtual_environment_file -Manages a file. +Use this resource to upload files to a Proxmox VE node. The file can be a backup, an ISO image, a snippet, or a container template depending on the `content_type` attribute. ## Example Usage @@ -15,6 +15,8 @@ Manages a file. -> The resource with this content type uses SSH access to the node. You might need to configure the [`ssh` option in the `provider` section](../index.md#node-ip-address-used-for-ssh-connection). +~> The provider currently does not support restoring backups. You can use the Proxmox VE web interface or the `qmrestore` / `pct restore` command to restore VM / Container from a backup. + ```hcl resource "proxmox_virtual_environment_file" "backup" { content_type = "dump"