0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 10:33:46 +00:00

chore(docs): clarify use of dump content type inproxmox_virtual_environment_file resource (#1635)

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
This commit is contained in:
Pavel Boldyrev 2024-11-11 18:26:17 -05:00 committed by GitHub
parent 2e27b4ad0d
commit ca227179a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ subcategory: Virtual Environment
# Resource: proxmox_virtual_environment_file # 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 ## 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 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 ```hcl
resource "proxmox_virtual_environment_file" "backup" { resource "proxmox_virtual_environment_file" "backup" {
content_type = "dump" content_type = "dump"