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 alternative IP address of the private resource. This IP will be used by Resource Manager Service to connect to the private resource.

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: