Data Source: oci_core_instance_devices

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

Gets a list of all the devices for given instance. You can optionally filter results by device availability.

Example Usage

data "oci_core_instance_devices" "test_instance_devices" {
	#Required
	instance_id = oci_core_instance.test_instance.id

	#Optional
	is_available = var.instance_device_is_available
	name = var.instance_device_name
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

InstanceDevice Reference

The following attributes are exported: