Skip to content

Commit

Permalink
docs: update rds db proxy access instructions (#41052)
Browse files Browse the repository at this point in the history
* docs: update rds db access instructions

* docs: fix command for configure
  • Loading branch information
stevenGravy authored Apr 30, 2024
1 parent 2acf477 commit 31fdd59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/includes/database-access/rds-proxy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ proxy:
$ sudo teleport db configure create \
-o file \
--proxy=<Var name="teleport.example.com"/>:443 \
--uri=<Var name="DATABASE_URI" /> |
--uri=<Var name="DATABASE_URI" /> \
--protocol={{ protocol }} \
--token=/tmp/token
```
Expand Down

0 comments on commit 31fdd59

Please sign in to comment.