Data Source: oci_devops_deployments

This data source provides the list of Deployments in Oracle Cloud Infrastructure Devops service.

Returns a list of deployments.

Example Usage

data "oci_devops_deployments" "test_deployments" {

	#Optional
	compartment_id = var.compartment_id
	deploy_pipeline_id = oci_devops_deploy_pipeline.test_deploy_pipeline.id
	display_name = var.deployment_display_name
	id = var.deployment_id
	project_id = oci_devops_project.test_project.id
	state = var.deployment_state
	time_created_greater_than_or_equal_to = var.deployment_time_created_greater_than_or_equal_to
	time_created_less_than = var.deployment_time_created_less_than
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Deployment Reference

The following attributes are exported: