Skip to content

Commit 106cc9f

Browse files
authored
Update docs/guides/migrate-instance-volume-to-sbs.md
1 parent 63b1d6f commit 106cc9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ resource scaleway_instance_server "server" {
6262
}
6363
```
6464

65-
You can rely on terraform to realize migration, it will be done in 2 steps.
66-
The first one will be a transitional state to migrate.
67-
The `migrate_to_sbs` field in your instance_volume will prevent the volume state from being updated during our migration.
65+
You can rely on Terraform to perform the migration which will be done in 2 steps.
66+
The first one will be a transitional state to migrate and is described in the next snippet.
67+
In this snippet, the `migrate_to_sbs` field will prevent the old volume state from being updated during the migration.
6868

6969

7070
```terraform

0 commit comments

Comments
 (0)