Data Source: oci_devops_deploy_pipelines

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

Returns a list of deployment pipelines.

Example Usage

data "oci_devops_deploy_pipelines" "test_deploy_pipelines" {

    #Optional
    compartment_id = var.compartment_id
    display_name = var.deploy_pipeline_display_name
    id = var.deploy_pipeline_id
    project_id = oci_devops_project.test_project.id
    state = var.deploy_pipeline_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

DeployPipeline Reference

The following attributes are exported: