Skip to content

Commit 07b052b

Browse files
committed
add documentation link
1 parent 92cfe21 commit 07b052b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/services/instance/ip.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func ResourceIP() *schema.Resource {
4848
return diag.Diagnostics{{
4949
Severity: diag.Error,
5050
Summary: "NAT IPs are not supported anymore",
51-
Detail: "Remove explicit nat configuration, migrate to routed ips or downgrade terraform.",
51+
Detail: "Remove explicit nat configuration, migrate to routed ips or downgrade terraform.\nLearn more about migration: https://www.scaleway.com/en/docs/compute/instances/how-to/migrate-routed-ips/",
5252
AttributePath: cty.GetAttrPath("type"),
5353
}}
5454
}

internal/services/instance/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ func ResourceServer() *schema.Resource {
350350
return diag.Diagnostics{{
351351
Severity: diag.Error,
352352
Summary: "NAT IPs are not supported anymore",
353-
Detail: "Remove explicit disabling, enable it or downgrade terraform.",
353+
Detail: "Remove explicit disabling, enable it or downgrade terraform.\nLearn more about migration: https://www.scaleway.com/en/docs/compute/instances/how-to/migrate-routed-ips/",
354354
AttributePath: cty.GetAttrPath("routed_ip_enabled"),
355355
}}
356356
}

0 commit comments

Comments
 (0)