Skip to content

Commit fdc5d85

Browse files
committed
Fix DRG management documentation
1 parent c0b3722 commit fdc5d85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/docs/r/core_drg_attachment_management.html.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ resource "oci_core_drg_attachment_management" "test_drg_rpc_attachment" {
3131
attachment_type = "REMOTE_PEERING_CONNECTION"
3232
compartment_id = var.compartment_ocid
3333
network_id = oci_core_remote_peering_connection.test_rpc.id
34+
drg_id = oci_core_drg.test_drg.id
3435
3536
#Optional
3637
display_name = "MyTestDrgAttachmentForRpc"
@@ -47,7 +48,7 @@ The following arguments are supported:
4748
* `network_id` - (Optional) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource (virtual circuit, VCN, IPSec tunnel, or remote peering connection) attached to the DRG.
4849
* `defined_tags` - (Optional)(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
4950
* `display_name` - (Optional)(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
50-
* `drg_id` - (Optional) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DRG.
51+
* `drg_id` - (Required) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DRG.
5152
* `drg_route_table_id` - (Optional)(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DRG route table assigned to the DRG attachment.
5253
* `freeform_tags` - (Optional)(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
5354
* `network_details` - (Optional)(Updatable)

0 commit comments

Comments
 (0)