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
1 changed files with 6 additions and 4 deletions

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>