backport of commit 76f93de06e

pull/12519/head
GaryNg 3 years ago committed by GitHub
parent dfb7396ce8
commit 39c1fd4935

@ -49,6 +49,7 @@ 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

Loading…
Cancel
Save