oci_core_shape_management

This resource provides the Shape Management resource in Oracle Cloud Infrastructure Core service.

Add/Remove the specified shape from the compatible shapes list for the image.

Example Usage

"oci_core_shape_management" "test_shape" {
    #Required
    compartment_id = var.compartment_id
    image_id = oci_core_image.test_image.id
    shape_name = var.shape_name
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: