Adding empty lines around codeblock in Tab (#14030)

Only docs changes so I'm admin merging it.
This commit is contained in:
Ashlee M Boyer 2022-02-14 13:21:23 -05:00 committed by GitHub
parent f78d82ebe1
commit c0fe9bf14d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -377,6 +377,7 @@ Using tags:
</Tab>
<Tab heading="CLI">
```bash
vault write aws/roles/example-role \
credential_type=iam_user \
@ -393,6 +394,7 @@ Using tags:
```json
["tag1=42", "tag2=something"]
```
</Tab>
</Tabs>
@ -540,9 +542,9 @@ credentials retrieved through `/aws/creds` must be of the `iam_user` type.
the Vault role. Optional if the Vault role only allows a single AWS role ARN;
required otherwise.
- `role_session_name` `(string)` - The role session name to attach to the assumed role ARN.
`role_session_name` is limited to 64 characters; if exceeded, the `role_session_name` in the
assumed role ARN will be truncated to 64 characters. If `role_session_name` is not provided,
then it will be generated dynamically by default.
`role_session_name` is limited to 64 characters; if exceeded, the `role_session_name` in the
assumed role ARN will be truncated to 64 characters. If `role_session_name` is not provided,
then it will be generated dynamically by default.
- `ttl` `(string: "3600s")` Specifies the TTL for the use of the STS token.
This is specified as a string with a duration suffix. Valid only when
`credential_type` is `assumed_role` or `federation_token`. When not specified,