You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/data-sources/instance_servers.md
-8Lines changed: 0 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,8 +44,6 @@ In addition to all above arguments, the following attributes are exported:
44
44
~> **Important:** Instance servers' IDs are [zoned](../guides/regions_and_zones.md#resource-ids), which means they are of the form `{zone}/{id}`, e.g. `fr-par-1/11111111-1111-1111-1111-111111111111`
45
45
46
46
-`tags` - The tags associated with the server.
47
-
-`public_ip` - The public IP address of the server.
48
-
-`private_ip` - The Scaleway internal IP address of the server.
49
47
-`private_ips` - The list of private IPv4 and IPv6 addresses associated with the server.
50
48
-`id` - The ID of the IP address resource.
51
49
-`address` - The private IP address.
@@ -59,14 +57,8 @@ In addition to all above arguments, the following attributes are exported:
59
57
-`boot_type` - The boot Type of the server. Possible values are: `local`, `bootscript` or `rescue`.
60
58
-`type` - The commercial type of the server.
61
59
-`security_group_id` - The [security group](https://developers.scaleway.com/en/products/instance/api/#security-groups-8d7f89) the server is attached to.
62
-
-`enable_ipv6` - Determines if IPv6 is enabled for the server.
63
-
-`ipv6_address` - The default ipv6 address routed to the server. ( Only set when enable_ipv6 is set to true )
64
-
-`ipv6_gateway` - The ipv6 gateway address. ( Only set when enable_ipv6 is set to true )
65
-
-`ipv6_prefix_length` - The prefix length of the ipv6 subnet routed to the server. ( Only set when enable_ipv6 is set to true )
66
60
-`enable_dynamic_ip` - If true a dynamic IP will be attached to the server.
67
61
-`image` - The UUID or the label of the base image used by the server.
68
62
-`placement_group_id` - The [placement group](https://developers.scaleway.com/en/products/instance/api/#placement-groups-d8f653) the server is attached to.
69
63
-`organization_id` - The organization ID the server is associated with.
70
64
-`project_id` - The ID of the project the server is associated with.
Copy file name to clipboardExpand all lines: docs/resources/instance_server.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -286,11 +286,9 @@ In addition to all arguments above, the following attributes are exported:
286
286
287
287
~> **Important:** Instance servers' IDs are [zoned](../guides/regions_and_zones.md#resource-ids), which means they are of the form `{zone}/{id}`, e.g. `fr-par-1/11111111-1111-1111-1111-111111111111`
288
288
289
-
-`placement_group_policy_respected` - (Deprecated) Always false, use [instance_placement_group ressource](instance_placement_group.md) to known when the placement group policy is respected.
289
+
-`placement_group_policy_respected` - (Deprecated) Always false, use [instance_placement_group resource](instance_placement_group.md) to known when the placement group policy is respected.
290
290
-`root_volume`
291
291
-`volume_id` - The volume ID of the root volume of the server.
292
-
-`private_ip` - The Scaleway internal IP address of the server (Deprecated use [ipam_ip datasource](../data-sources/ipam_ip.md#instance-private-network-ip) instead).
293
-
-`public_ip` - The public IP address of the server (Deprecated use `public_ips` instead).
294
292
-`public_ips` - The list of public IPs of the server.
295
293
-`id` - The ID of the IP.
296
294
-`address` - The address of the IP.
@@ -299,6 +297,9 @@ In addition to all arguments above, the following attributes are exported:
299
297
-`family` - The IP address' family.
300
298
-`dynamic` - Whether the IP is dynamic.
301
299
-`provisioning_mode` - The provisioning mode of the IP
300
+
-`private_ips` - The list of private IPs of the server.
301
+
-`id` - The ID of the IP.
302
+
-`address` - The address of the IP.
302
303
-`boot_type` - The boot Type of the server. Possible values are: `local`, `bootscript` or `rescue`.
303
304
-`organization_id` - The organization ID the server is associated with.
Copy file name to clipboardExpand all lines: templates/data-sources/instance_servers.md.tmpl
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -44,8 +44,6 @@ In addition to all above arguments, the following attributes are exported:
44
44
~> **Important:** Instance servers' IDs are [zoned](../guides/regions_and_zones.md#resource-ids), which means they are of the form `{zone}/{id}`, e.g. `fr-par-1/11111111-1111-1111-1111-111111111111`
45
45
46
46
- `tags` - The tags associated with the server.
47
-
- `public_ip` - The public IP address of the server.
48
-
- `private_ip` - The Scaleway internal IP address of the server.
49
47
- `private_ips` - The list of private IPv4 and IPv6 addresses associated with the server.
50
48
- `id` - The ID of the IP address resource.
51
49
- `address` - The private IP address.
@@ -59,14 +57,8 @@ In addition to all above arguments, the following attributes are exported:
59
57
- `boot_type` - The boot Type of the server. Possible values are: `local`, `bootscript` or `rescue`.
60
58
- `type` - The commercial type of the server.
61
59
- `security_group_id` - The [security group](https://developers.scaleway.com/en/products/instance/api/#security-groups-8d7f89) the server is attached to.
62
-
- `enable_ipv6` - Determines if IPv6 is enabled for the server.
63
-
- `ipv6_address` - The default ipv6 address routed to the server. ( Only set when enable_ipv6 is set to true )
64
-
- `ipv6_gateway` - The ipv6 gateway address. ( Only set when enable_ipv6 is set to true )
65
-
- `ipv6_prefix_length` - The prefix length of the ipv6 subnet routed to the server. ( Only set when enable_ipv6 is set to true )
66
60
- `enable_dynamic_ip` - If true a dynamic IP will be attached to the server.
67
61
- `image` - The UUID or the label of the base image used by the server.
68
62
- `placement_group_id` - The [placement group](https://developers.scaleway.com/en/products/instance/api/#placement-groups-d8f653) the server is attached to.
69
63
- `organization_id` - The organization ID the server is associated with.
70
64
- `project_id` - The ID of the project the server is associated with.
Copy file name to clipboardExpand all lines: templates/resources/instance_server.md.tmpl
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -286,11 +286,9 @@ In addition to all arguments above, the following attributes are exported:
286
286
287
287
~> **Important:** Instance servers' IDs are [zoned](../guides/regions_and_zones.md#resource-ids), which means they are of the form `{zone}/{id}`, e.g. `fr-par-1/11111111-1111-1111-1111-111111111111`
288
288
289
-
- `placement_group_policy_respected` - (Deprecated) Always false, use [instance_placement_group ressource](instance_placement_group.md) to known when the placement group policy is respected.
289
+
- `placement_group_policy_respected` - (Deprecated) Always false, use [instance_placement_group resource](instance_placement_group.md) to known when the placement group policy is respected.
290
290
- `root_volume`
291
291
- `volume_id` - The volume ID of the root volume of the server.
292
-
- `private_ip` - The Scaleway internal IP address of the server (Deprecated use [ipam_ip datasource](../data-sources/ipam_ip.md#instance-private-network-ip) instead).
293
-
- `public_ip` - The public IP address of the server (Deprecated use `public_ips` instead).
294
292
- `public_ips` - The list of public IPs of the server.
295
293
- `id` - The ID of the IP.
296
294
- `address` - The address of the IP.
@@ -299,6 +297,9 @@ In addition to all arguments above, the following attributes are exported:
299
297
- `family` - The IP address' family.
300
298
- `dynamic` - Whether the IP is dynamic.
301
299
- `provisioning_mode` - The provisioning mode of the IP
300
+
- `private_ips` - The list of private IPs of the server.
301
+
- `id` - The ID of the IP.
302
+
- `address` - The address of the IP.
302
303
- `boot_type` - The boot Type of the server. Possible values are: `local`, `bootscript` or `rescue`.
303
304
- `organization_id` - The organization ID the server is associated with.
0 commit comments