From 74e0ef3b1e37c02b8671fb650b4593c378bf96d1 Mon Sep 17 00:00:00 2001 From: Pavel Boldyrev <627562+bpg@users.noreply.github.com> Date: Tue, 9 Jan 2024 21:40:55 -0500 Subject: [PATCH] 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> --- docs/resources/virtual_environment_file.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/resources/virtual_environment_file.md b/docs/resources/virtual_environment_file.md index 6de7f692..4612a709 100644 --- a/docs/resources/virtual_environment_file.md +++ b/docs/resources/virtual_environment_file.md @@ -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" {