This data source provides the list of Autonomous Db Preview Versions in Oracle Cloud Infrastructure Database service.
Gets a list of supported Autonomous Database versions. Note that preview version software is only available for Autonomous Database Serverless (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) databases.
data "oci_database_autonomous_db_preview_versions" "test_autonomous_db_preview_versions" {
#Required
compartment_id = var.compartment_id
}
The following arguments are supported:
compartment_id
- (Required) The compartment OCID.The following attributes are exported:
autonomous_db_preview_versions
- The list of autonomous_db_preview_versions.The following attributes are exported:
db_workload
- The Autonomous Database workload type. The following values are valid:
This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier.
details
- A URL that points to a detailed description of the preview version.time_preview_begin
- The date and time when the preview version availability begins.time_preview_end
- The date and time when the preview version availability ends.version
- A valid Autonomous Database preview version.