Changes role/roles (#11655)

This commit is contained in:
Anthony Burke 2021-05-25 02:19:14 +10:00 committed by GitHub
parent ce97bfc1f5
commit f552fc4bfa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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