You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/r/bare_metal_server.html.markdown
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,8 @@ The following arguments are supported:
61
61
*`label` - (Optional) A label for the server.
62
62
*`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)
63
63
*`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`.
0 commit comments