Fix vault function docs example (#10851)

The given example is missing a `,`.
pull/10860/head
Brian Choy 5 years ago committed by GitHub
parent 830140157d
commit fb04fa7a25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save