Data Source: oci_devops_deploy_environments

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

Returns a list of deployment environments.

Example Usage

data "oci_devops_deploy_environments" "test_deploy_environments" {

	#Optional
	compartment_id = var.compartment_id
	display_name = var.deploy_environment_display_name
	id = var.deploy_environment_id
	project_id = oci_devops_project.test_project.id
	state = var.deploy_environment_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

DeployEnvironment Reference

The following attributes are exported: