Skip to content

Commit ebc7645

Browse files
committed
add deprecation notice in schema
1 parent 210f17e commit ebc7645

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/services/instance/server.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ func ResourceServer() *schema.Resource {
189189
Type: schema.TypeString,
190190
Computed: true,
191191
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.",
192193
},
193194
"public_ip": {
194195
Type: schema.TypeString,

0 commit comments

Comments
 (0)