Data Source: oci_database_autonomous_db_preview_versions
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.
Example Usage
data "oci_database_autonomous_db_preview_versions" "test_autonomous_db_preview_versions" {
#Required
compartment_id = var.compartment_id
}
Argument Reference
The following arguments are supported:
compartment_id
- (Required) The compartment OCID.
Attributes Reference
The following attributes are exported:
autonomous_db_preview_versions
- The list of autonomous_db_preview_versions.
AutonomousDbPreviewVersion Reference
The following attributes are exported:
db_workload
- The Autonomous Database workload type. The following values are valid:- OLTP - indicates an Autonomous Transaction Processing database
- DW - indicates an Autonomous Data Warehouse database
- AJD - indicates an Autonomous JSON Database
- APEX - indicates an Autonomous Database with the Oracle APEX Application Development workload type.
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.