Skip to content

Commit

Permalink
change to reflect the boot disk
Browse files Browse the repository at this point in the history
  • Loading branch information
clincha committed Jan 29, 2024
1 parent caec642 commit 8a606ac
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions terraform/modules/rocky8/rocky8.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ resource "proxmox_vm_qemu" "rocky8" {
tags = join(",", var.tags)

disks {
scsi {
scsi0 {
virtio {
virtio0 {
disk {
size = 32
storage = "ssd"
emulatessd = true
size = 32
storage = "ssd"
}
}
}
Expand Down

0 comments on commit 8a606ac

Please sign in to comment.