Data Source: oci_devops_repository_refs

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

Returns a list of references.

Example Usage

data "oci_devops_repository_refs" "test_repository_refs" {
	#Required
	repository_id = oci_devops_repository.test_repository.id

	#Optional
	commit_id = oci_devops_commit.test_commit.id
	ref_name = var.repository_ref_ref_name
	ref_type = var.repository_ref_ref_type
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

RepositoryRef Reference

The following attributes are exported: