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 210f17e commit ebc7645Copy full SHA for ebc7645
internal/services/instance/server.go
@@ -189,6 +189,7 @@ func ResourceServer() *schema.Resource {
189
Type: schema.TypeString,
190
Computed: true,
191
Description: "The Scaleway internal IP address of the server",
192
+ Deprecated: "Use ipam_ip datasource instead to fetch your server's IP in your private network.",
193
},
194
"public_ip": {
195
0 commit comments