Update policies.html.md

This commit is contained in:
Tavis Wilson 2018-05-16 14:35:30 -05:00 committed by GitHub
parent 18c96d66f9
commit 50e05056d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -496,7 +496,7 @@ Policies may be created (uploaded) via the CLI or via the API. To create a new
policy in Vault:
```sh
$ vault write sys/policy/my-policy policy=@my-policy.hcl
$ vault policy-write policy-name policy-file.hcl
```
-> The `@` tells Vault to read from a file on disk. In the example above, Vault