Data Source: oci_core_private_ip

This data source provides details about a specific Private Ip resource in Oracle Cloud Infrastructure Core service.

Gets the specified private IP. You must specify the object’s OCID. Alternatively, you can get the object by using ListPrivateIps with the private IP address (for example, 10.0.3.3) and subnet OCID.

Example Usage

data "oci_core_private_ip" "test_private_ip" {
	#Required
	private_ip_id = oci_core_private_ip.test_private_ip.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: