Skip to content

Commit a48d617

Browse files
authored
Add mdisk mode field to bare metal server docs (#734)
* Add missing argument for bare metal servers
1 parent a7845c2 commit a48d617

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

website/docs/r/bare_metal_server.html.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ The following arguments are supported:
6161
* `label` - (Optional) A label for the server.
6262
* `reserved_ipv4` - (Optional) The ID of the floating IP to use as the main IP of this server. [See Reserved IPs](https://www.vultr.com/api/#operation/list-reserved-ips)
6363
* `app_variables` - (Optional) A map of user-supplied variable keys and values for Vultr Marketplace apps. [See List Marketplace App Variables](https://www.vultr.com/api/#tag/marketplace/operation/list-marketplace-app-variables)
64-
* `user_scheme` - (Optional) The scheme used for the default user. Possible values are `root` or `limited` (linux servers only).
64+
* `user_scheme` - (Optional) The scheme used for the default user. Possible values are `root` or `limited` (linux servers only).
65+
* `mdisk_mode` - (Optional) The raid configuration to use when provisioning the server. Possible values: `raid1`, `jbod`, `none`. Defaults to `none`.
6566

6667
## Attributes Reference
6768

0 commit comments

Comments
 (0)