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

fix(docs): correct url for template download in container resource example (#1563)

Signed-off-by: Sean O'Neill <sean.kenneth.oneill@gmail.com>
This commit is contained in:
Sean O'Neill 2024-10-03 17:39:28 -04:00 committed by GitHub
parent 739059f03f
commit 72665830be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,7 +70,7 @@ resource "proxmox_virtual_environment_download_file" "latest_ubuntu_22_jammy_lxc
content_type = "vztmpl" content_type = "vztmpl"
datastore_id = "local" datastore_id = "local"
node_name = "first-node" node_name = "first-node"
url = "https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.tar.gz" url = "http://download.proxmox.com/images/system/ubuntu-20.04-standard_20.04-1_amd64.tar.gz"
} }
resource "random_password" "ubuntu_container_password" { resource "random_password" "ubuntu_container_password" {