Skip to content

Commit c0e388c

Browse files
committed
docs(apple-silicon): improve example and add private_network informations
1 parent bbceeb1 commit c0e388c

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

docs/resources/apple_silicon_server.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,10 @@ resource scaleway_apple_silicon_server server {
2525
resource scaleway_vpc vpc-apple-silicon {
2626
name = "vpc-apple-silicon"
2727
}
28-
2928
resource scaleway_vpc_private_network pn-apple-silicon {
3029
name = "pn-apple-silicon"
3130
vpc_id = scaleway_vpc.vpc-apple-silicon.id
3231
}
33-
3432
resource scaleway_apple_silicon_server my-server {
3533
name = "TestAccServerEnableVPC"
3634
type = "M2-M"
@@ -59,14 +57,13 @@ The following arguments are supported:
5957
- `enable_vpc` - (Optional, Default: false): Enables the VPC option when set to true.
6058

6159
- `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.
60+
- `id` - The private network ID
61+
- `ipam_ip_ids` - A list of IPAM IP IDs to attach to the server.
6462

6563
- `commitment_type` (Optional, Default: duration_24h): Activate commitment for this server
6664

6765
- `public_bandwidth` (Optional) Configure the available public bandwidth for your server in bits per second. This option may not be available for all offers.
6866

69-
7067
## Attributes Reference
7168

7269
In addition to all arguments above, the following attributes are exported:
@@ -87,10 +84,10 @@ In addition to all arguments above, the following attributes are exported:
8784
- `organization_id` - The organization ID the server is associated with.
8885
- `vpc_status` - The current status of the VPC option.
8986
- `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.
87+
- `vlan` - The VLAN ID associated with the private network.
88+
- `status` - The current status of the private network.
89+
- `created_at` - The date and time the private network was created.
90+
- `updated_at` - The date and time the private network was last updated.
9491

9592
## Import
9693

0 commit comments

Comments
 (0)