Skip to content

Commit

Permalink
Update resources-provisioners.md - remove unused name for mongodb (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-benoit authored Feb 19, 2025
2 parents f3ebd15 + a0911b2 commit b5e86af
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 b5e86af

Please sign in to comment.