updating modules
This commit is contained in:
@@ -142,7 +142,7 @@ variable "volume" {
|
|||||||
default = []
|
default = []
|
||||||
type = list(object({
|
type = list(object({
|
||||||
name = string
|
name = string
|
||||||
storage_name = string
|
storage_name = optional(string)
|
||||||
storage_type = string
|
storage_type = optional(string)
|
||||||
}))
|
}))
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user