From f587884164354f7c591a16db4e0b5042156804cb Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 9 Oct 2023 12:24:12 +0300 Subject: [PATCH] fixup! --- vault/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vault/main.tf b/vault/main.tf index 2e38fb1..a939305 100644 --- a/vault/main.tf +++ b/vault/main.tf @@ -27,7 +27,7 @@ variable "vault_auth_id" { } 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." default = {} }