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
-`volume_id` - (Optional) The ID of the volume to take a snapshot from.
75
-
-`type` - (Optional) The snapshot's volume type. The possible values are: `l_ssd` (Local SSD) and `unified`.
73
+
-`type` - (Default to `l_ssd`) The snapshot's volume type. The possible values are: `l_ssd` (Local SSD).
76
74
Updates to this field will recreate a new resource.
77
75
78
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.
79
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.
80
79
81
80
-`name` - (Optional) The name of the snapshot. If not provided it will be randomly generated.
82
81
-`zone` - (Defaults to [provider](../index.md#zone)`zone`) The [zone](../guides/regions_and_zones.md#zones) in which
@@ -88,8 +87,6 @@ If you want to migrate existing snapshots, you can visit [this page](https://www
88
87
-`bucket` - Bucket name containing [qcow2](https://en.wikipedia.org/wiki/Qcow) to import
89
88
-`key` - Key of the object to import
90
89
91
-
-> **Note:** The type `unified` could be instantiated on both `l_ssd` and `b_ssd` volumes.
92
-
93
90
## Attributes Reference
94
91
95
92
In addition to all arguments above, the following attributes are exported:
0 commit comments