Fix vault function docs example (#10851)
The given example is missing a `,`.
This commit is contained in:
parent
830140157d
commit
fb04fa7a25
|
@ -17,7 +17,7 @@ can access it using the following:
|
|||
|
||||
```hcl
|
||||
locals {
|
||||
foo = vault("/secret/data/hello" "foo")
|
||||
foo = vault("/secret/data/hello", "foo")
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue