mirror of
https://github.com/hashicorp/vault.git
synced 2026-04-23 23:27:10 -04:00
Changes role/roles (#11655)
This commit is contained in:
parent
ce97bfc1f5
commit
f552fc4bfa
1 changed files with 2 additions and 2 deletions
|
|
@ -59,8 +59,8 @@ management tool.
|
|||
desired User ID.
|
||||
|
||||
```shell-session
|
||||
$ vault write terraform/roles/my-role user_id=user-12345abcde
|
||||
Success! Data written to: terraform/roles/my-role
|
||||
$ vault write terraform/role/my-role user_id=user-12345abcde
|
||||
Success! Data written to: terraform/role/my-role
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
|
|
|||
Loading…
Reference in a new issue