Skip to content

Commit ab53209

Browse files
committed
add new doc
1 parent c794b0b commit ab53209

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/commands/mongodb.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ scw mongodb instance create [arg=value ...]
6363
|------|---|-------------|
6464
| project-id | | Project ID to use. If none is passed the default project ID will be used |
6565
| name | Default: `<generated>` | Name of the Database Instance |
66-
| version | Required | Version of the MongoDB® engine |
66+
| version | Required<br />Default: `` | Version of the MongoDB® engine |
6767
| tags.{index} | | Tags to apply to the Database Instance |
68-
| node-number | Required | Number of node to use for the Database Instance |
68+
| node-number | Required<br />Default: `1` | Number of node to use for the Database Instance |
6969
| node-type | Required | Type of node to use for the Database Instance |
7070
| user-name | Required | Username created when the Database Instance is created |
7171
| password | Required | Password of the initial user |
72-
| volume.volume-size | | Volume size |
73-
| volume.volume-type | One of: `unknown_type`, `sbs_5k`, `sbs_15k` | Type of volume where data is stored |
72+
| volume.volume-size | Default: `5GB` | Volume size |
73+
| volume.volume-type | Default: `sbs_5k`<br />One of: `unknown_type`, `sbs_5k`, `sbs_15k` | Type of volume where data is stored |
7474
| endpoints.{index}.private-network.private-network-id | | UUID of the Private Network |
7575
| region | Default: `fr-par`<br />One of: `fr-par` | Region to target. If none is passed will use default region from the config |
7676

0 commit comments

Comments
 (0)