Update terraform/main.tf
This commit is contained in:
@@ -14,7 +14,7 @@ resource "proxmox_vm_qemu" "vm1" {
|
||||
machine = "q35"
|
||||
|
||||
disk {
|
||||
slot = 0
|
||||
slot = "scsi0"
|
||||
type = "disk"
|
||||
storage = "zfs1"
|
||||
size = "40G"
|
||||
@@ -24,7 +24,7 @@ resource "proxmox_vm_qemu" "vm1" {
|
||||
|
||||
# Cloud-init CD-ROM
|
||||
disk {
|
||||
slot = 1
|
||||
slot = "ide2"
|
||||
type = "cdrom"
|
||||
storage = "zfs1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user