@ -27,8 +27,8 @@ variable "vault_auth_id" {
}
variable "secrets" {
type = map(string)
description = "A map of secrets to set as environment variables."
type = map(list)
description = "A map of secret lists to set as environment variables. Each secret list is a list of paths to secrets to set as environment variables."
default = {}