Skip to content

Commit cdbaac5

Browse files
Apply suggestions from code review
Co-authored-by: cgilb-scaleway <[email protected]>
1 parent 99194a0 commit cdbaac5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compute/instances/how-to/create-image-from-snapshot.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ curl --location "https://api.scaleway.com/instance/v1/zones/$SCW_AVAILABILITY_ZO
7171
"extra_volumes": {
7272
"1": {"id":"'$SCW_VOLUME_ID_2'"}
7373
},
74-
"organization": "'$SCW_ORG_ID'"
74+
"project": "'$SCW_PROJECT_ID'"
7575
}'
7676
```
7777

7878
- Replace `$SCW_VOLUME_ID_1` with the ID of the snapshot or volume to use as the root volume.
7979
- Replace `$SCW_VOLUME_ID_2` with the ID of any additional volume.
80-
- Use `$SCW_ORG_ID` for the ID of your organization.
80+
- Use `$SCW_PROJECT_ID` for the ID of your project.
8181
- Ensure the architecture (`arch`) is set to a valid value (e.g., `x86_64`).
8282

8383
<Message type="tip">

0 commit comments

Comments
 (0)