Skip to content

Commit 26efbf0

Browse files
committed
Fix
1 parent b6ef0f8 commit 26efbf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/migration_guide_v2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ All resources are from now on prefixed by `scaleway`, their product category and
8282
For instances an S3 bucket belongs to the `Storage` product category and is a resource of the `Object` product.
8383
Hence it is named: `scaleway_object_bucket`.
8484

85-
### How can I migrate from existing code?
85+
### Migration guide for renamed resources
8686

87-
Because the resources changed their name, we cannot using automatic state migration.
87+
Because the resources changed their name, we cannot use automatic state migration.
8888
We will first manually remove the resource from the terraform state and then use [`terraform import`](https://www.terraform.io/docs/import/usage.html) to import existing resources to a renamed resource.
8989

9090
For instance, let's suppose that you have resource in `fr-par-1` such as:

0 commit comments

Comments
 (0)