mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-01 11:02:59 +00:00
test: fix duplicate test resource name
Signed-off-by: Marco Attia <54147992+Vaneixus@users.noreply.github.com>
This commit is contained in:
parent
e8dddac1f4
commit
26c1c9a419
@ -21,7 +21,7 @@ resource "proxmox_virtual_environment_download_file" "latest_debian_12_bookworm_
|
|||||||
overwrite_unmanaged = true
|
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"
|
content_type = "import"
|
||||||
datastore_id = "local"
|
datastore_id = "local"
|
||||||
file_name = "debian-12-generic-amd64.qcow2"
|
file_name = "debian-12-generic-amd64.qcow2"
|
||||||
|
Loading…
Reference in New Issue
Block a user