This data source provides the list of Autonomous Container Database Versions in Oracle Cloud Infrastructure Database service.
Gets a list of supported Autonomous Container Database versions.
data "oci_database_autonomous_container_database_versions" "test_autonomous_container_database_versions" {
#Required
compartment_id = var.compartment_id
service_component = var.autonomous_container_database_version_service_component
}
The following arguments are supported:
compartment_id
- (Required) The compartment OCID.service_component
- (Required) The service component to use, either ADBD or EXACC.The following attributes are exported:
autonomous_container_database_versions
- The list of autonomous_container_database_versions.The following attributes are exported:
details
- A URL that points to a detailed description of the Autonomous Container Database version.supported_apps
- The list of applications supported for the given version.
end_of_support
- The Autonomous Container Database version end of support date.is_certified
- Indicates if the image is certified.release_date
- The Autonomous Container Database version release date.supported_app_name
- The name of the supported application.version
- A valid Oracle Database version for provisioning an Autonomous Container Database.