Skip to content

Commit

Permalink
make disk type variable
Browse files Browse the repository at this point in the history
  • Loading branch information
glitchcrab committed Oct 16, 2024
1 parent 5a38fb4 commit 2863977
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,9 @@ variable "disks" {
emulatessd = optional(bool)
iothread = optional(bool)
size = optional(string)
slot = string
slot = optional(string)
storage = string
type = string
}))
default = []
}
Expand Down

0 comments on commit 2863977

Please sign in to comment.