Data Source: oci_resourcemanager_private_endpoint_reachable_ip

This data source provides details about a specific Private Endpoint Reachable Ip resource in Oracle Cloud Infrastructure Resource Manager service.

Gets the reachable, or alternative, IP address for a nonpublic IP address that is associated with the private endpoint. Resource Manager uses this IP address to connect to nonpublic resources through the associated private endpoint. For more information, see Getting the Reachable IP Address for a Private Endpoint.

Example Usage

data "oci_resourcemanager_private_endpoint_reachable_ip" "test_private_endpoint_reachable_ip" {
	#Required
	private_endpoint_id = oci_resourcemanager_private_endpoint.test_private_endpoint.id
	private_ip = var.private_endpoint_reachable_ip_private_ip
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: