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
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,6 @@ In addition to all above arguments, the following attributes are exported:
54
54
-`zone` - The [zone](../guides/regions_and_zones.md#zones) in which the server is.
55
55
-`name` - The name of the server.
56
56
-`boot_type` - The boot Type of the server. Possible values are: `local`, `bootscript` or `rescue`.
57
-
-`bootscript_id` - The ID of the bootscript.
58
57
-`type` - The commercial type of the server.
59
58
-`security_group_id` - The [security group](https://developers.scaleway.com/en/products/instance/api/#security-groups-8d7f89) the server is attached to.
60
59
-`enable_ipv6` - Determines if IPv6 is enabled for the server.
id = data.scaleway_baremetal_option.private_network.option_id
164
+
}
165
+
private_network {
166
+
id = scaleway_vpc_private_network.pn01.id
167
+
ipam_ip_ids = [scaleway_ipam_ip.ip01.id]
168
+
}
169
+
}
170
+
```
171
+
114
172
### Without install config
115
173
116
174
```terraform
@@ -156,6 +214,7 @@ The following arguments are supported:
156
214
-`expires_at` - (Optional) The auto expiration date for compatible options
157
215
-`private_network` - (Required) The private networks to attach to the server. For more information, see [the documentation](https://www.scaleway.com/en/docs/compute/elastic-metal/how-to/use-private-networks/)
158
216
-`id` - (Required) The id of the private network to attach.
217
+
-`ipam_ip_ids` - (Optional) List of IPAM IP IDs to assign to the server in the requested private network.
159
218
-`zone` - (Defaults to [provider](../index.md#zone)`zone`) The [zone](../guides/regions_and_zones.md#zones) in which the server should be created.
160
219
-`project_id` - (Defaults to [provider](../index.md#project_id)`project_id`) The ID of the project the server is associated with.
0 commit comments