Skip to content

Commit bd7d7b0

Browse files
Add optional specifier to VNIC Attachment docs
Per review feedback.
1 parent 8ad2468 commit bd7d7b0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/resources/core/vnic_attachment.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ resource "baremetal_core_vnic_attachment" "t" {
2020

2121
The following arguments are supported:
2222

23-
* `display_name` - A user-friendly name. Does not have to be unique.
23+
* `display_name` - (Optional) A user-friendly name. Does not have to be unique.
2424
* `instance_id` - (Required) The OCID of the instance.
2525
* `create_vnic_details` - (Required) Details for creating a new VNIC. See [Create Vnic Details](https://docs.us-phoenix-1.oraclecloud.com/api/#/en/iaas/20160918/requests/CreateVnicDetails).
2626

2727
## Create VNIC Details Argument Reference
2828

29-
* `assign_public_ip` - Whether the VNIC should be assigned a public IP address.
30-
* `display_name` - A user-friendly name for the VNIC. Does not have to be unique.
31-
* `hostname_label` - The hostname for the VNIC's primary private IP.
32-
* `private_p` - A private IP address of your choice to assign to the VNIC.
29+
* `assign_public_ip` - (Optional) Whether the VNIC should be assigned a public IP address.
30+
* `display_name` - (Optional) A user-friendly name for the VNIC. Does not have to be unique.
31+
* `hostname_label` - (Optional) The hostname for the VNIC's primary private IP.
32+
* `private_ip` - (Optional) A private IP address of your choice to assign to the VNIC.
3333
* `subnet_id` - (Required) The OCID of the subnet to create the VNIC in.
3434

3535
## Attributes Reference

0 commit comments

Comments
 (0)