0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-08-23 20:08: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:
Pavel Boldyrev 2024-01-09 21:40:55 -05:00 committed by GitHub
parent ffafa063af
commit 74e0ef3b1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ resource "proxmox_virtual_environment_file" "backup" {
### Images ### 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 ```terraform
resource "proxmox_virtual_environment_file" "ubuntu_container_template" { resource "proxmox_virtual_environment_file" "ubuntu_container_template" {
@ -84,7 +84,7 @@ EOF
### Container Template (`vztmpl`) ### 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 ```terraform
resource "proxmox_virtual_environment_file" "ubuntu_container_template" { resource "proxmox_virtual_environment_file" "ubuntu_container_template" {