Data Source: oci_database_db_system_shapes

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

Gets a list of the shapes that can be used to launch a new DB system. The shape determines resources to allocate 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_database_db_system_shapes" "test_db_system_shapes" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	availability_domain = var.db_system_shape_availability_domain
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

DbSystemShape Reference

The following attributes are exported: