Skip to content

Commit 63ec7ec

Browse files
committed
docs(instance): remove bootscript_id
1 parent 4ff9576 commit 63ec7ec

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

docs/data-sources/instance_servers.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ In addition to all above arguments, the following attributes are exported:
5454
- `zone` - The [zone](../guides/regions_and_zones.md#zones) in which the server is.
5555
- `name` - The name of the server.
5656
- `boot_type` - The boot Type of the server. Possible values are: `local`, `bootscript` or `rescue`.
57-
- `bootscript_id` - The ID of the bootscript.
5857
- `type` - The commercial type of the server.
5958
- `security_group_id` - The [security group](https://developers.scaleway.com/en/products/instance/api/#security-groups-8d7f89) the server is attached to.
6059
- `enable_ipv6` - Determines if IPv6 is enabled for the server.

docs/resources/instance_server.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,6 @@ attached to the server. Updates to this field will trigger a stop/start of the s
256256

257257
- `replace_on_type_change` - (Defaults to false) If true, the server will be replaced if `type` is changed. Otherwise, the server will migrate.
258258

259-
- `bootscript_id` (Deprecated) - The ID of the bootscript to use (set boot_type to `bootscript`).
260-
261259
- `zone` - (Defaults to [provider](../index.md#zone) `zone`) The [zone](../guides/regions_and_zones.md#zones) in which the server should be created.
262260

263261
- `project_id` - (Defaults to [provider](../index.md#project_id) `project_id`) The ID of the project the server is associated with.

0 commit comments

Comments
 (0)