From 2863977dda5c5d53180fbf8869eadfb7240a96d0 Mon Sep 17 00:00:00 2001 From: Simon Weald Date: Wed, 16 Oct 2024 13:19:40 +0100 Subject: [PATCH] make disk type variable --- variables.tf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 5ca76b9..a42d72d 100644 --- a/variables.tf +++ b/variables.tf @@ -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 = [] }