mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-14 19:20:04 -04:00
Prefix url with product slug
This commit is contained in:
parent
5271c28749
commit
cc1e2fca78
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ local "foo" {
|
|||
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…
Reference in a new issue