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

fix(docs): typo in cloud-image.md guide, exiting -> existing (#1584)

Signed-off-by: Josh Correia <joshmcorreia@gmail.com>
This commit is contained in:
joshmcorreia 2024-10-09 09:25:40 -07:00 committed by GitHub
parent d1d8228d6a
commit af7b0e7130
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ resource "proxmox_virtual_environment_download_file" "ubuntu_cloud_image" {
For [large images](https://registry.terraform.io/providers/bpg/proxmox/latest/docs/resources/virtual_environment_file#important-notes), you may want to use a dedicated temporary directory [configured](https://registry.terraform.io/providers/bpg/proxmox/latest/docs#tmp_dir) for provider via `tmp_dir` attribute, instead of system's default temporary directory. This is especially useful if you are deploying from a container with limited disk space.
## Create a VM from an exiting image on Proxmox
## Create a VM from an existing image on Proxmox
If you already have a cloud image on Proxmox, you can use it to create a VM:

View File

@ -22,7 +22,7 @@ Ubuntu cloud images are available at [cloud-images.ubuntu.com](https://cloud-ima
For [large images](https://registry.terraform.io/providers/bpg/proxmox/latest/docs/resources/virtual_environment_file#important-notes), you may want to use a dedicated temporary directory [configured](https://registry.terraform.io/providers/bpg/proxmox/latest/docs#tmp_dir) for provider via `tmp_dir` attribute, instead of system's default temporary directory. This is especially useful if you are deploying from a container with limited disk space.
## Create a VM from an exiting image on Proxmox
## Create a VM from an existing image on Proxmox
If you already have a cloud image on Proxmox, you can use it to create a VM: