Data Source: oci_devops_deploy_stages

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

Retrieves a list of deployment stages.

Example Usage

data "oci_devops_deploy_stages" "test_deploy_stages" {

	#Optional
	compartment_id = var.compartment_id
	deploy_pipeline_id = oci_devops_deploy_pipeline.test_deploy_pipeline.id
	display_name = var.deploy_stage_display_name
	id = var.deploy_stage_id
	state = var.deploy_stage_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

DeployStage Reference

The following attributes are exported: