Data Source: oci_database_gi_versions
This data source provides the list of Gi Versions in Oracle Cloud Infrastructure Database service.
Gets a list of supported GI versions.
Example Usage
data "oci_database_gi_versions" "test_gi_versions" {
#Required
compartment_id = var.compartment_id
#Optional
availability_domain = var.gi_version_availability_domain
shape = var.gi_version_shape
}
Argument Reference
The following arguments are supported:
availability_domain
- (Optional) The target availability domain. Only passed if the limit is AD-specific.compartment_id
- (Required) The compartment OCID.shape
- (Optional) If provided, filters the results for the given shape.
Attributes Reference
The following attributes are exported:
gi_versions
- The list of gi_versions.
GiVersion Reference
The following attributes are exported:
version
- A valid Oracle Grid Infrastructure (GI) software version.