Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
acarranoqovery committed Jan 30, 2024
1 parent 257d615 commit 91618f1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ This step will not be necessary in the upcoming version of our self-managed offe

</Alert>

<Steps headingDepth={3}>

<ol>

<li>

Create a IAM user on your AWS account, add the following in-line permissions to the user:

```json
Expand Down Expand Up @@ -85,6 +91,7 @@ Create a IAM user on your AWS account, add the following in-line permissions to
"Version": "2012-10-17"
}
```
</li>

<li>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ This step will not be necessary in the upcoming version of our self-managed offe

</Alert>

<Steps headingDepth={3}>

<ol>

<li>

Create a IAM user on your AWS account, add the following in-line permissions to the user:

```json
Expand Down Expand Up @@ -76,6 +82,7 @@ Create a IAM user on your AWS account, add the following in-line permissions to
"Version": "2012-10-17"
}
```
</li>

<li>

Expand Down

0 comments on commit 91618f1

Please sign in to comment.