We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9837f31 commit 0f53b44Copy full SHA for 0f53b44
modules/vm/main.tf
@@ -61,7 +61,7 @@ resource "proxmox_virtual_environment_vm" "vm" {
61
62
file_format = "raw"
63
64
- interface = "scsi0"
+ interface = "scsi${disk.key}"
65
66
iothread = true
67
ssd = true
0 commit comments