Updated for new syntax
This commit is contained in:
parent
50e05056d3
commit
38f5f5f783
|
@ -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 policy-write policy-name policy-file.hcl
|
||||
$ vault policy write policy-name policy-file.hcl
|
||||
```
|
||||
|
||||
-> The `@` tells Vault to read from a file on disk. In the example above, Vault
|
||||
|
|
Loading…
Reference in New Issue