Skip to content

Commit 1ac4f22

Browse files
committed
doc(instance_server): mark private_ip as deprecated
1 parent 4b67d8e commit 1ac4f22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/resources/instance_server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,8 @@ In addition to all arguments above, the following attributes are exported:
286286
- `placement_group_policy_respected` - True when the placement group policy is respected.
287287
- `root_volume`
288288
- `volume_id` - The volume ID of the root volume of the server.
289-
- `private_ip` - The Scaleway internal IP address of the server.
290-
- `public_ip` - The public IP address of the server (Deprecated use `public_ips` instead).
289+
- `private_ip` - The Scaleway internal IP address of the server (Deprecated use [ipam_ip datasource](../data-sources/ipam_ip#instance-private-network-ip) instead).
290+
- `public_ip` - The public IP address of the server (Deprecated use `public_ips` instead).
291291
- `public_ips` - The list of public IPs of the server.
292292
- `id` - The ID of the IP
293293
- `address` - The address of the IP

0 commit comments

Comments
 (0)