mirror of
https://github.com/PurpleComputing/scim-examples.git
synced 2026-06-11 23:30:30 +01:00
Fix 'aws secretsmanager' command documentation to match AWS CLI v2
Fix 'aws secretsmanager' command documentation to match AWS CLI v2
This commit is contained in:
@@ -73,7 +73,7 @@ cd terraform/deploy/{testing,production}
|
||||
|
||||
Example:
|
||||
```bash
|
||||
aws secretsmanager create-secret --name op-scim/scimsession --secret-binary file:///path/to/scimsession --region <aws_region>
|
||||
aws secretsmanager create-secret --name op-scim/scimsession --secret-binary file:///path/to/scimsession --region <aws_region> --cli-binary-format raw-in-base64-out
|
||||
aws secretsmanager describe-secret --secret-id op-scim/scimsession --region <aws_region>
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user