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
+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
@@ -38,7 +38,8 @@ 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 reinstall 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.
42
43
-`name` - (Optional) The name of the server.
43
44
-`hostname` - (Optional) The hostname of the server.
44
45
-`description` - (Optional) A description for the server.
0 commit comments