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

fix:typo in container guide (#1566)

fix: updated typo from `proxmox_virtual_environment_download_file` to `proxmox_virtual_environment_download_file` in docs/resources/virtual_environment_container.md

Signed-off-by: Noah Schill <noahrschill@gmail.com>
This commit is contained in:
Noah Schill 2024-10-04 15:33:56 -07:00 committed by GitHub
parent e2651e0854
commit 77634cbd59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,7 +40,7 @@ resource "proxmox_virtual_environment_container" "ubuntu_container" {
}
operating_system {
template_file_id = proxmox_virtual_environment_file.latest_ubuntu_22_jammy_lxc_img.id
template_file_id = proxmox_virtual_environment_download_file.latest_ubuntu_22_jammy_lxc_img.id
# Or you can use a volume ID, as obtained from a "pvesm list <storage>"
# template_file_id = "local:vztmpl/jammy-server-cloudimg-amd64.tar.gz"
type = "ubuntu"