updating modules

This commit is contained in:
2025-08-23 20:30:10 -05:00
parent 15f004e06c
commit 4a192deeda
2 changed files with 2 additions and 2 deletions

View File

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