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:
parent
2e27b4ad0d
commit
ca227179a6
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user