Data Source: oci_core_instance_pool_instances

This data source provides the list of Instance Pool Instances in Oracle Cloud Infrastructure Core service.

List the instances in the specified instance pool.

Example Usage

data "oci_core_instance_pool_instances" "test_instance_pool_instances" {
	#Required
	compartment_id = var.compartment_id
	instance_pool_id = oci_core_instance_pool.test_instance_pool.id

	#Optional
	display_name = var.instance_pool_instance_display_name
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

InstancePoolInstance Reference

The following attributes are exported: