fix: store nocloud disk with vm disks
This commit is contained in:
parent
cda1fde1ae
commit
9e0f88dec7
|
|
@ -121,7 +121,7 @@ resource "proxmox_virtual_environment_vm" "vm" {
|
||||||
|
|
||||||
# Talos reads this Proxmox-generated cidata disk through its NoCloud platform.
|
# Talos reads this Proxmox-generated cidata disk through its NoCloud platform.
|
||||||
initialization {
|
initialization {
|
||||||
datastore_id = var.talos_image_storage
|
datastore_id = var.disk_storage
|
||||||
interface = "ide3"
|
interface = "ide3"
|
||||||
type = "nocloud"
|
type = "nocloud"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue