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 c471501 commit 92cfe21Copy full SHA for 92cfe21
internal/services/instance/ip.go
@@ -48,7 +48,7 @@ func ResourceIP() *schema.Resource {
48
return diag.Diagnostics{{
49
Severity: diag.Error,
50
Summary: "NAT IPs are not supported anymore",
51
- Detail: "Remove explicit nat configuration, migration to routed_ip or downgrade terraform.",
+ Detail: "Remove explicit nat configuration, migrate to routed ips or downgrade terraform.",
52
AttributePath: cty.GetAttrPath("type"),
53
}}
54
}
0 commit comments