fıx type

pull/81/head
Muhammad Atif Ali 2 years ago
parent 36f4e2aa8a
commit 4bce5a860a
No known key found for this signature in database

@ -27,13 +27,9 @@ variable "vault_auth_id" {
} }
variable "secrets" { variable "secrets" {
type = map(object({ type = map(object({ secrets = list(string), file = string }))
path = string
secrets = list(string)
file = string
}))
description = <<EOF description = <<EOF
A map of secrets to write to the workspace. The key is the path of the secret in vault and the value is a map of the list of secrets and the file to write them to. description = "A map of secret paths, secret names, and destination files."
e.g, e.g,
{ {
"secret/data/my-secret-1" = { "secret/data/my-secret-1" = {

Loading…
Cancel
Save