Data Source: oci_devops_repository_author

This data source provides details about a specific Repository Author resource in Oracle Cloud Infrastructure Devops service.

Retrieve a list of all the authors.

Example Usage

data "oci_devops_repository_author" "test_repository_author" {
	#Required
	repository_id = oci_devops_repository.test_repository.id

	#Optional
	ref_name = var.repository_author_ref_name
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: