Data Source: oci_resourcemanager_private_endpoints

This data source provides the list of Private Endpoints in Oracle Cloud Infrastructure Resource Manager service.

Lists private endpoints according to the specified filter. For more information, see Listing Private Endpoints. - For compartmentId, lists all private endpoints in the matching compartment. - For privateEndpointId, lists the matching private endpoint.

Example Usage

data "oci_resourcemanager_private_endpoints" "test_private_endpoints" {

	#Optional
	compartment_id = var.compartment_id
	display_name = var.private_endpoint_display_name
	private_endpoint_id = oci_resourcemanager_private_endpoint.test_private_endpoint.id
	vcn_id = oci_core_vcn.test_vcn.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

PrivateEndpoint Reference

The following attributes are exported: