Data Source: oci_mysql_shapes

This data source provides the list of Shapes in Oracle Cloud Infrastructure MySQL Database service.

Gets a list of the shapes you can use to create a new MySQL DB System. The shape determines the resources allocated to the DB System: CPU cores and memory for VM shapes; CPU cores, memory and storage for non-VM (or bare metal) shapes.

Example Usage

data "oci_mysql_shapes" "test_shapes" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	availability_domain = var.shape_availability_domain
	is_supported_for = var.shape_is_supported_for
	name = var.shape_name
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Shape Reference

The following attributes are exported: