pull/81/head
Muhammad Atif Ali 2 years ago
parent 7be9e56d84
commit f587884164
No known key found for this signature in database

@ -27,7 +27,7 @@ variable "vault_auth_id" {
} }
variable "secrets" { variable "secrets" {
type = map(list) type = map(list(string))
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." 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 = {} default = {}
} }

Loading…
Cancel
Save