Skip to content

Commit

Permalink
Update resources-provisioners.md - remove unused name for mongodb
Browse files Browse the repository at this point in the history
Signed-off-by: Mathieu Benoit <mathieu-benoit@hotmail.fr>
  • Loading branch information
mathieu-benoit authored Feb 17, 2025
1 parent f3ebd15 commit 916695d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ aliases:
| -------------- | ----- | ---------------------- | ------------------------------------------------------------------ |
| `ampq` | (any) | (none) | `host`, `port`, `username`, `password`, `vhost` |
| `dns` | (any) | (none) | `host` |
| `mongodb` | (any) | (none) | `host`, `port`, `username`, `password`, `name`, `connection` |
| `mongodb` | (any) | (none) | `host`, `port`, `username`, `password`, `connection` |
| `mssql` | (any) | (none) | `server`, `port`, `username`, `password`, `database`, `connection` |
| `mysql` | (any) | (none) | `host`, `port`, `name` (aka `database`), `username`, `password` |
| `postgres` | (any) | (none) | `host`, `port`, `name` (aka `database`), `username`, `password` |
Expand Down

0 comments on commit 916695d

Please sign in to comment.