Skip to content

Commit

Permalink
remove disks default
Browse files Browse the repository at this point in the history
  • Loading branch information
glitchcrab committed Oct 16, 2024
1 parent 3014f67 commit 5a38fb4
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,7 @@ variable "disks" {
slot = string
storage = string
}))
default = [{
discard = false
emulatessd = false
iothread = false
size = "20G"
slot = "scsi0"
storage = "local-lvm"
}]
default = []
}

variable "os_type" {
Expand Down

0 comments on commit 5a38fb4

Please sign in to comment.