Update website/content/docs/templates/hcl_templates/functions/contextual/vault.mdx

pull/11503/head
Wilken Rivera 4 years ago committed by GitHub
parent f745e6eb30
commit a80b0cfa8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 '<sensitive>'. See [Local Values](/docs/templates/hcl_templates/locals) for more details.

Loading…
Cancel
Save