From a80b0cfa8f5a383762a532e603c6ece2a972defe Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Fri, 21 Jan 2022 14:58:56 -0500 Subject: [PATCH] Update website/content/docs/templates/hcl_templates/functions/contextual/vault.mdx --- .../docs/templates/hcl_templates/functions/contextual/vault.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/templates/hcl_templates/functions/contextual/vault.mdx b/website/content/docs/templates/hcl_templates/functions/contextual/vault.mdx index 806958f05..e818b6157 100644 --- a/website/content/docs/templates/hcl_templates/functions/contextual/vault.mdx +++ b/website/content/docs/templates/hcl_templates/functions/contextual/vault.mdx @@ -50,7 +50,7 @@ local "foo" { sensitive = true } -The `local` block example accesses the Vault path `secret/foo` and returns the value +The `local` block example accesses the Vault path `secrets/foo` and returns the value stored at the key `foo`, storing it as the local variable `local.foo`. However, the output of the newly stored local variable will be filtered from the Packer build output, and replaced with the value ''. See [Local Values](/docs/templates/hcl_templates/locals) for more details.