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
docs(apple-silicon): improve example and add private_network informat… (#3212)
* docs(apple-silicon): improve example and add private_network informations
* docs(apple-silicon): improve example and add private_network informations
* fix formating
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,6 +58,10 @@ 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.
@@ -59,6 +85,11 @@ In addition to all arguments above, the following attributes are exported:
59
85
-`deleted_at` - The minimal date and time on which you can delete this server due to Apple licence.
60
86
-`organization_id` - The organization ID the server is associated with.
61
87
-`vpc_status` - The current status of the VPC option.
88
+
-`private_network` - The private networks to attach to the server
89
+
-`vlan` - The VLAN ID associated with the private network.
90
+
-`status` - The current status of the private network.
91
+
-`created_at` - The date and time the private network was created.
92
+
-`updated_at` - The date and time the private network was last updated.
0 commit comments