Data Source: oci_database_system_version_minor_versions

This data source provides the list of System Version Minor Versions in Oracle Cloud Infrastructure Database service.

Retrieves a list of supported minor versions for the specified Exadata System Software major version. You must provide either a shape or resourceId value.

Example Usage

data "oci_database_system_version_minor_versions" "test_system_version_minor_versions" {
	#Required
	compartment_id = var.compartment_id
	gi_version = var.system_version_minor_version_gi_version
	major_version = var.system_version_minor_version_major_version

	#Optional
	is_latest = var.system_version_minor_version_is_latest
	resource_id = oci_cloud_guard_resource.test_resource.id
	shape = var.system_version_minor_version_shape
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

SystemVersionMinorVersion Reference

The following attributes are exported: