This data source provides the list of Deployment Versions in Oracle Cloud Infrastructure Golden Gate service.
Returns the list of available deployment versions.
data "oci_golden_gate_deployment_versions" "test_deployment_versions" {
#Required
compartment_id = var.compartment_id
#Optional
deployment_id = oci_golden_gate_deployment.test_deployment.id
deployment_type = var.deployment_version_deployment_type
}
The following arguments are supported:
compartment_id
- (Required) The OCID of the compartment in which to list resources. deployment_id
- (Optional) The OCID of the deployment in which to list resources. deployment_type
- (Optional) The type of deployment, the value determines the exact 'type' of the service executed in the deployment. Default value is DATABASE_ORACLE. The following attributes are exported:
deployment_version_collection
- The list of deployment_version_collection.The following attributes are exported:
items
- Array of DeploymentVersionSummary.
deployment_type
- The type of deployment, the value determines the exact 'type' of service executed in the Deployment. NOTE: Use of the value 'OGG' is maintained for backward compatibility purposes. Its use is discouraged in favor of the equivalent 'DATABASE_ORACLE' value. is_security_fix
- Indicates if OGG release contains security fix. ogg_version
- Version of OGG release_type
- The type of release. time_released
- The time the resource was released. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z
. time_supported_until
- The time until OGG version is supported. After this date has passed OGG version will not be available anymore. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z
.