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:
parent
e2651e0854
commit
77634cbd59
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user