Skip to content

Commit a4d6f1c

Browse files
authored
docs: remove mention to b_ssd (#3386)
1 parent eda6d8d commit a4d6f1c

File tree

6 files changed

+0
-278
lines changed

6 files changed

+0
-278
lines changed

docs/guides/migrate-instance-volume-to-sbs.md

Lines changed: 0 additions & 130 deletions
This file was deleted.

docs/resources/instance_snapshot.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,6 @@ The following arguments are supported:
7272
- `volume_id` - (Optional) The ID of the volume to take a snapshot from.
7373
- `type` - (Default to `l_ssd`) The snapshot's volume type. The possible values are: `l_ssd` (Local SSD).
7474
Updates to this field will recreate a new resource.
75-
76-
~> **Important:** Snapshots of volumes with type `b_ssd` (Block SSD) are deprecated and cannot be managed using the `scaleway_instance_snapshot` resource anymore. Please use the `scaleway_block_snapshot` resource instead.
77-
If you want to migrate existing snapshots, you can visit [this page](https://www.scaleway.com/en/docs/instances/how-to/migrate-volumes-snapshots-to-sbs/) for more information.
78-
~> **Important:** Snapshots of volumes with type `unified` (can be used with both Block and Local SSD) are deprecated since the migration to SBS.
79-
8075
- `name` - (Optional) The name of the snapshot. If not provided it will be randomly generated.
8176
- `zone` - (Defaults to [provider](../index.md#zone) `zone`) The [zone](../guides/regions_and_zones.md#zones) in which
8277
the snapshot should be created.

docs/resources/instance_volume.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ resource "scaleway_instance_volume" "server_volume" {
2323
The following arguments are supported:
2424

2525
- `type` - (Required) The type of the volume. The possible values are: `l_ssd` (Local SSD), `scratch` (Local Scratch SSD).
26-
27-
~> **Important:** Volumes with type `b_ssd` (Block SSD) are deprecated and cannot be managed using the `scaleway_instance_volume` resource anymore. Please use the `scaleway_block_volume` resource instead.
28-
If you want to migrate existing volumes, you can visit [this page](https://www.scaleway.com/en/docs/instances/how-to/migrate-volumes-snapshots-to-sbs/) for more information.
29-
3026
- `size_in_gb` - (Optional) The size of the volume. Only one of `size_in_gb` and `from_snapshot_id` should be specified.
3127
- `from_snapshot_id` - (Optional) If set, the new volume will be created from this snapshot. Only one of `size_in_gb` and `from_snapshot_id` should be specified.
3228
- `name` - (Optional) The name of the volume. If not provided it will be randomly generated.

templates/guides/migrate-instance-volume-to-sbs.md

Lines changed: 0 additions & 130 deletions
This file was deleted.

templates/resources/instance_snapshot.md.tmpl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,6 @@ The following arguments are supported:
7272
- `volume_id` - (Optional) The ID of the volume to take a snapshot from.
7373
- `type` - (Default to `l_ssd`) The snapshot's volume type. The possible values are: `l_ssd` (Local SSD).
7474
Updates to this field will recreate a new resource.
75-
76-
~> **Important:** Snapshots of volumes with type `b_ssd` (Block SSD) are deprecated and cannot be managed using the `scaleway_instance_snapshot` resource anymore. Please use the `scaleway_block_snapshot` resource instead.
77-
If you want to migrate existing snapshots, you can visit [this page](https://www.scaleway.com/en/docs/instances/how-to/migrate-volumes-snapshots-to-sbs/) for more information.
78-
~> **Important:** Snapshots of volumes with type `unified` (can be used with both Block and Local SSD) are deprecated since the migration to SBS.
79-
8075
- `name` - (Optional) The name of the snapshot. If not provided it will be randomly generated.
8176
- `zone` - (Defaults to [provider](../index.md#zone) `zone`) The [zone](../guides/regions_and_zones.md#zones) in which
8277
the snapshot should be created.

templates/resources/instance_volume.md.tmpl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ resource "scaleway_instance_volume" "server_volume" {
2323
The following arguments are supported:
2424

2525
- `type` - (Required) The type of the volume. The possible values are: `l_ssd` (Local SSD), `scratch` (Local Scratch SSD).
26-
27-
~> **Important:** Volumes with type `b_ssd` (Block SSD) are deprecated and cannot be managed using the `scaleway_instance_volume` resource anymore. Please use the `scaleway_block_volume` resource instead.
28-
If you want to migrate existing volumes, you can visit [this page](https://www.scaleway.com/en/docs/instances/how-to/migrate-volumes-snapshots-to-sbs/) for more information.
29-
3026
- `size_in_gb` - (Optional) The size of the volume. Only one of `size_in_gb` and `from_snapshot_id` should be specified.
3127
- `from_snapshot_id` - (Optional) If set, the new volume will be created from this snapshot. Only one of `size_in_gb` and `from_snapshot_id` should be specified.
3228
- `name` - (Optional) The name of the volume. If not provided it will be randomly generated.

0 commit comments

Comments
 (0)