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
id = scaleway_vpc_private_network.pn-apple-silicon.id
40
+
}
41
+
}
42
+
```
43
+
22
44
## Argument Reference
23
45
24
46
The following arguments are supported:
@@ -36,10 +58,15 @@ The following arguments are supported:
36
58
associated with.
37
59
-`enable_vpc` - (Optional, Default: false): Enables the VPC option when set to true.
38
60
61
+
-`private_network` - (Optional) The private networks to attach to the server
62
+
- `id` - The private network ID
63
+
- `ipam_ip_ids` - A list of IPAM IP IDs to attach to the server.
64
+
39
65
-`commitment_type` (Optional, Default: duration_24h): Activate commitment for this server
40
66
41
67
-`public_bandwidth` (Optional) Configure the available public bandwidth for your server in bits per second. This option may not be available for all offers.
42
68
69
+
43
70
## Attributes Reference
44
71
45
72
In addition to all arguments above, the following attributes are exported:
@@ -59,6 +86,11 @@ In addition to all arguments above, the following attributes are exported:
59
86
-`deleted_at` - The minimal date and time on which you can delete this server due to Apple licence.
60
87
-`organization_id` - The organization ID the server is associated with.
61
88
-`vpc_status` - The current status of the VPC option.
89
+
-`private_network` - The private networks to attach to the server
90
+
- `vlan` - The VLAN ID associated with the private network.
91
+
- `status` - The current status of the private network.
92
+
- `created_at` - The date and time the private network was created.
93
+
- `updated_at` - The date and time the private network was last updated.
0 commit comments