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.
0 commit comments