Skip to content

Commit 92cfe21

Browse files
committed
correct message
1 parent c471501 commit 92cfe21

File tree

1 file changed

+1
-1
lines changed
  • internal/services/instance

1 file changed

+1
-1
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, migration to routed_ip or downgrade terraform.",
51+
Detail: "Remove explicit nat configuration, migrate to routed ips or downgrade terraform.",
5252
AttributePath: cty.GetAttrPath("type"),
5353
}}
5454
}

0 commit comments

Comments
 (0)