Skip to content

Commit

Permalink
Bigger and with the right storage
Browse files Browse the repository at this point in the history
  • Loading branch information
clincha committed Jan 29, 2024
1 parent 9b6b48c commit caec642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/modules/rocky8/rocky8.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ resource "proxmox_vm_qemu" "rocky8" {
scsi {
scsi0 {
disk {
size = 18
storage = "vg_nvme"
size = 32
storage = "ssd"
emulatessd = true
}
}
Expand Down

0 comments on commit caec642

Please sign in to comment.