This data source provides the list of Gi Versions in Oracle Cloud Infrastructure Database service.
Gets a list of supported GI versions for the Exadata Cloud@Customer VM cluster.
data "oci_database_gi_versions" "test_gi_versions" {
#Required
compartment_id = var.compartment_id
#Optional
shape = var.gi_version_shape
}
The following arguments are supported:
compartment_id
- (Required) The compartment OCID.shape
- (Optional) If provided, filters the results for the given shape.The following attributes are exported:
gi_versions
- The list of gi_versions.The following attributes are exported:
version
- A valid Oracle Grid Infrastructure (GI) software version.