Skip to content

Commit

Permalink
fix:typo in container guide (#1566)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
nrsmac authored Oct 4, 2024
1 parent e2651e0 commit 77634cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/virtual_environment_container.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 77634cb

Please sign in to comment.