Merge pull request #6224 from hashicorp/dp.fix-consul-storage-doc-6171
Fix example in documentation. Resolves [issue 6171]
This commit is contained in:
commit
7b4a184a52
|
@ -25,7 +25,7 @@ check.
|
|||
```hcl
|
||||
storage "consul" {
|
||||
address = "127.0.0.1:8500"
|
||||
path = "vault/"
|
||||
path = "vault"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue