Skip to content

Commit ef62c5c

Browse files
doc(guides): fix typo in migration guide (#769)
1 parent c7e60b7 commit ef62c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/migration_guide_v2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ resource "scaleway_instance_server" "web" {
247247

248248
##### Renamed: `scaleway_ip` -> `scaleway_instance_ip`
249249

250-
`scaleway_ip` was renamed to `scaleway_instance_ip` and the `server` attribute, used to attach an IP has been moved to `scaleway_instance_server.id_id`
250+
`scaleway_ip` was renamed to `scaleway_instance_ip` and the `server` attribute, used to attach an IP has been moved to `scaleway_instance_server.ip_id`
251251

252252
```hcl
253253
resource "scaleway_instance_ip" "test_ip" {

0 commit comments

Comments
 (0)