mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-30 18:42:58 +00:00
chore(docs): update links disk image link in examples (#1028)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
This commit is contained in:
parent
826a51f6a6
commit
62a2130554
@ -24,6 +24,6 @@ resource "proxmox_virtual_environment_download_file" "centos_cloud_image" {
|
||||
content_type = "iso"
|
||||
datastore_id = "local"
|
||||
node_name = "pve"
|
||||
url = "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20231113.0.x86_64.qcow2"
|
||||
url = "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-latest.x86_64.qcow2"
|
||||
file_name = "centos8.img"
|
||||
}
|
||||
|
@ -25,5 +25,4 @@ resource "proxmox_virtual_environment_download_file" "ubuntu_cloud_image" {
|
||||
datastore_id = "local"
|
||||
node_name = "pve"
|
||||
url = "https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img"
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user