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: docs/resources/baremetal_server.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,12 @@ The following arguments are supported:
38
38
Use [this endpoint](https://developers.scaleway.com/en/products/baremetal/api/#get-87598a) to find the right OS ID.
39
39
~> **Important:** Updates to `os` will reinstall the server.
40
40
-`ssh_key_ids` - (Required) List of SSH keys allowed to connect to the server.
41
-
~> **Important:** Updates to `ssh_key_ids` will not take effect on the server, it requires to reinstall it. To do so please set 'reinstall_on_ssh_key_changes' argument to true.
42
-
-`reinstall_on_ssh_key_changes` - (Optional) If True, this boolean allows to reinstall the server on SSH key IDs changes.
41
+
-`user` - (Optional) User used for the installation.
42
+
-`password` - (Optional) Password used for the installation. May be required depending on used os.
43
+
-`service_user` - (Optional) User used for the service to install.
44
+
-`service_password` - (Optional) Password used for the service to install. May be required depending on used os.
45
+
-`reinstall_on_config_changes` - (Optional) If True, this boolean allows to reinstall the server on install config changes.
46
+
~> **Important:** Updates to `ssh_key_ids`, `user`, `password`, `service_user` or `service_password` will not take effect on the server, it requires to reinstall it. To do so please set 'reinstall_on_config_changes' argument to true.
43
47
-`name` - (Optional) The name of the server.
44
48
-`hostname` - (Optional) The hostname of the server.
45
49
-`description` - (Optional) A description for the server.
0 commit comments