Merge pull request #12519 from hashicorp/backport/patch1/manually-desired-dragon

This pull request was automerged via backport-assistant
pull/12521/head
hc-github-team-packer 3 years ago committed by GitHub
commit d8728cad1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -49,11 +49,12 @@ local "foo" {
expression = vault("secrets/hello", "foo")
sensitive = true
}
```
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.
with the value `<sensitive>`. See [Local Values](/packer/docs/templates/hcl_templates/locals) for more details.
## Usage

Loading…
Cancel
Save