0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-01 02:52:58 +00:00

test: fix duplicate test resource name

Signed-off-by: Marco Attia <54147992+Vaneixus@users.noreply.github.com>
This commit is contained in:
Marco Attia 2025-06-24 19:24:55 -04:00
parent e8dddac1f4
commit 26c1c9a419
No known key found for this signature in database

View File

@ -21,7 +21,7 @@ resource "proxmox_virtual_environment_download_file" "latest_debian_12_bookworm_
overwrite_unmanaged = true
}
resource "proxmox_virtual_environment_download_file" "latest_debian_12_bookworm_qcow2_img" {
resource "proxmox_virtual_environment_download_file" "latest_debian_12_bookworm_qcow2" {
content_type = "import"
datastore_id = "local"
file_name = "debian-12-generic-amd64.qcow2"