mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-08-23 11:58:34 +00:00
fix(doc): typos in proxmox_virtual_environment_file
resource (#872)
fix(doc): typos in `proxmox_virtual_environment_file` resource doc Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
This commit is contained in:
parent
ffafa063af
commit
74e0ef3b1e
@ -31,7 +31,7 @@ resource "proxmox_virtual_environment_file" "backup" {
|
||||
|
||||
### Images
|
||||
|
||||
**Consider using `proxmox_environment_download_file` resource instead. Using this resource for images is less efficient (requires to transfer uploaded image to node) though still supported.**
|
||||
**Consider using `proxmox_virtual_environment_download_file` resource instead. Using this resource for images is less efficient (requires to transfer uploaded image to node) though still supported.**
|
||||
|
||||
```terraform
|
||||
resource "proxmox_virtual_environment_file" "ubuntu_container_template" {
|
||||
@ -84,7 +84,7 @@ EOF
|
||||
|
||||
### Container Template (`vztmpl`)
|
||||
|
||||
**Consider using `proxmox_environment_download_file` resource instead. Using this resource for container images is less efficient (requires to transfer uploaded image to node) though still supported.**
|
||||
**Consider using `proxmox_virtual_environment_download_file` resource instead. Using this resource for container images is less efficient (requires to transfer uploaded image to node) though still supported.**
|
||||
|
||||
```terraform
|
||||
resource "proxmox_virtual_environment_file" "ubuntu_container_template" {
|
||||
|
Loading…
Reference in New Issue
Block a user