Data Source: oci_database_system_versions
This data source provides the list of System Versions in Oracle Cloud Infrastructure Database service.
Gets a list of supported Exadata system versions for a given shape and GI version.
Example Usage
data "oci_database_system_versions" "test_system_versions" {
	#Required
	compartment_id = var.compartment_id
	gi_version = var.system_version_gi_version
	#Optional
	is_latest = var.system_version_is_latest
	resource_id = oci_cloud_guard_resource.test_resource.id
	shape = var.system_version_shape
}
Argument Reference
The following arguments are supported:
- compartment_id- (Required) The compartment OCID.
- gi_version- (Required) Specifies gi version query parameter.
- is_latest- (Optional) If provided, return highest versions from each major version family.
- resource_id- (Optional) If provided, filters the results for the specified resource Id.
- shape- (Optional) If provided, filters the results for the given shape.
Attributes Reference
The following attributes are exported:
- system_version_collection- The list of system_version_collection.
SystemVersion Reference
The following attributes are exported:
- items- List of System versions.- gi_version- Grid Infrastructure version.
- shape- Exadata shape.
- system_versions- Compatible Exadata system versions for a given shape and GI version.