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/instance_server.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -260,6 +260,10 @@ attached to the server. Updates to this field will trigger a stop/start of the s
260
260
261
261
-`protected` - (Optional) Set to true to activate server protection option.
262
262
263
+
-`admin_password_encryption_ssh_key_id` - (Optional) The ID of the SSH RSA key that will be used to encrypt the initial admin password for OS requiring it.
264
+
Mandatory for Windows OS. The public_key value of this key is used to encrypt the admin password.
265
+
When set to an empty string, it resets this value and admin_password_encrypted_value to an empty string so a new password may be generated.
266
+
263
267
-`zone` - (Defaults to [provider](../index.md#zone)`zone`) The [zone](../guides/regions_and_zones.md#zones) in which the server should be created.
264
268
265
269
-`project_id` - (Defaults to [provider](../index.md#project_id)`project_id`) The ID of the project the server is associated with.
0 commit comments