updating modules

This commit is contained in:
2025-08-24 12:45:08 -05:00
parent becf728ffd
commit 2b17b40dfb

View File

@@ -142,7 +142,7 @@ variable "volume" {
default = []
type = list(object({
name = string
storage_name = string
storage_type = string
storage_name = optional(string)
storage_type = optional(string)
}))
}