Data Source: oci_devops_deploy_artifacts

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

Returns a list of deployment artifacts.

Example Usage

data "oci_devops_deploy_artifacts" "test_deploy_artifacts" {

	#Optional
	compartment_id = var.compartment_id
	display_name = var.deploy_artifact_display_name
	id = var.deploy_artifact_id
	project_id = oci_devops_project.test_project.id
	state = var.deploy_artifact_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

DeployArtifact Reference

The following attributes are exported: