Data Source: oci_core_image_shape

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

Retrieves an image shape compatibility entry.

Example Usage

data "oci_core_image_shape" "test_image_shape" {
    #Required
    image_id = oci_core_image.test_image.id
    shape_name = oci_core_shape.test_shape.name
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: