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
This section lists the arguments that are supported:
@@ -38,6 +84,12 @@ This section lists the arguments that are supported:
38
84
-`zone` - (Defaults to the zone specified in the [provider configuration](../index.md#zone)). The [zone](../guides/regions_and_zones.md#zones) in which the snapshot should be created.
39
85
-`project_id` - (Defaults to the Project ID specified in the [provider configuration](../index.md#project_id)). The ID of the Scaleway Project the snapshot is associated with.
40
86
-`tags` - (Optional) A list of tags to apply to the snapshot.
87
+
-`import` - (Optional) Use this block to import a QCOW image from Object Storage to create a volume.
88
+
- `bucket` – (Required) The name of the bucket containing the QCOW file.
89
+
- `key` – (Required) The key of the QCOW file within the bucket.
90
+
-`export` - (Optional) Use this block to export the volume as a QCOW file to Object Storage.
91
+
- `bucket` – (Required) The name of the bucket where the QCOW file will be saved.
92
+
- `key` – (Required) The desired key (path) for the QCOW file within the bucket.
Copy file name to clipboardExpand all lines: docs/resources/block_volume.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,8 +51,8 @@ This section lists the arguments that are supported:
51
51
52
52
-`iops` - (Required) The maximum [IOPs](https://www.scaleway.com/en/docs/block-storage/concepts/#iops) expected, must match available options.
53
53
-`name` - (Optional) The name of the volume. If not provided, a name will be randomly generated.
54
-
-`size_in_gb` - (Optional) The size of the volume in gigabytes. Only one of `size_in_gb`, and `snapshot_id` should be specified.
55
-
-`snapshot_id` - (Optional) If set, the new volume will be created from this snapshot. Only one of `size_in_gb`, `snapshot_id` should be specified.
54
+
-`size_in_gb` - (Optional) The size of the volume in gigabytes.
55
+
-`snapshot_id` - (Optional) If set, the new volume will be created from this snapshot.
56
56
-`tags` - (Optional) A list of tags to apply to the volume.
57
57
-`zone` - (Defaults to the zone specified in the [provider configuration](../index.md#zone)). The [zone](../guides/regions_and_zones.md#zones) in which the volume should be created.
58
58
-`project_id` - (Defaults to the Project ID specified in the [provider configurqtion](../index.md#project_id)). The ID of the Project the volume is associated with.
0 commit comments