fix: store nocloud disk with vm disks

This commit is contained in:
eding 2026-07-20 00:24:04 +02:00
parent cda1fde1ae
commit 9e0f88dec7

View file

@ -121,7 +121,7 @@ resource "proxmox_virtual_environment_vm" "vm" {
# Talos reads this Proxmox-generated cidata disk through its NoCloud platform.
initialization {
datastore_id = var.talos_image_storage
datastore_id = var.disk_storage
interface = "ide3"
type = "nocloud"