Skip to content

Commit

Permalink
Fix disk type to match clone source
Browse files Browse the repository at this point in the history
  • Loading branch information
mraerino committed Jan 21, 2024
1 parent 64d9b94 commit 1ead4a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions terraform/modules/supernode/vm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resource "proxmox_vm_qemu" "supernode" {
memory = 1024

disk {
type = "virtio"
type = "scsi"
storage = var.vm_storage_pool_name
size = "4G"
}
Expand Down Expand Up @@ -46,7 +46,6 @@ resource "proxmox_vm_qemu" "supernode" {

lifecycle {
ignore_changes = [
full_clone,
define_connection_info
]
}
Expand Down

0 comments on commit 1ead4a8

Please sign in to comment.