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
+4
Original file line number
Diff line number
Diff line change
@@ -175,6 +175,10 @@ attached to the server. Updates to this field will trigger a stop/start of the s
175
175
176
176
-`value` - (Required) The user data content. It could be a string or a file content using [file](https://www.terraform.io/docs/configuration/functions/file.html) or [filebase64](https://www.terraform.io/docs/configuration/functions/filebase64.html) for example.
177
177
178
+
-`boot_type` - The boot Type of the server. Possible values are: `local`, `bootscript` or `rescue`.
179
+
180
+
-`bootscript_id` - The ID of the bootscript to use (set boot_type to `bootscript`).
181
+
178
182
-`zone` - (Defaults to [provider](../index.md#zone)`zone`) The [zone](../guides/regions_and_zones.md#zones) in which the server should be created.
179
183
180
184
-`organization_id` - (Defaults to [provider](../index.md#organization_id)`organization_id`) The ID of the organization the server is associated with.
0 commit comments