Skip to content

Commit

Permalink
Merge pull request #12519 from hashicorp/backport/patch1/manually-des…
Browse files Browse the repository at this point in the history
…ired-dragon

This pull request was automerged via backport-assistant
  • Loading branch information
hc-github-team-packer authored Jul 19, 2023
2 parents dfb7396 + 817667a commit d8728ca
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d8728ca

Please sign in to comment.