We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63b1d6f commit 106cc9fCopy full SHA for 106cc9f
docs/guides/migrate-instance-volume-to-sbs.md
@@ -62,9 +62,9 @@ resource scaleway_instance_server "server" {
62
}
63
```
64
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.
+You can rely on Terraform to perform the migration which will be done in 2 steps.
+The first one will be a transitional state to migrate and is described in the next snippet.
+In this snippet, the `migrate_to_sbs` field will prevent the old volume state from being updated during the migration.
68
69
70
```terraform
0 commit comments