Fixed handling of install images

The default image was missing the qemu guest agent.
This commit is contained in:
Max Pfeiffer
2024-11-09 18:00:12 +01:00
parent 67ab2ce633
commit 0a410366ed
6 changed files with 16 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
resource "proxmox_storage_iso" "talos_linux_iso_image" {
url = "https://factory.talos.dev/image/ce4c980550dd2ab1b17bbf2b08801c7eb59418eafe8f279833297925d67c7515/v1.8.2/nocloud-amd64.iso"
url = local.talos_linux_iso_image_url
filename = local.talos_linux_iso_image_filename
storage = "local"
pve_node = var.proxmox_target_node