Data Source: oci_devops_repository_paths

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

Retrieves a list of files and directories in a repository.

Example Usage

data "oci_devops_repository_paths" "test_repository_paths" {
	#Required
	repository_id = oci_devops_repository.test_repository.id

	#Optional
	display_name = var.repository_path_display_name
	folder_path = var.repository_path_folder_path
	paths_in_subtree = var.repository_path_paths_in_subtree
	ref = var.repository_path_ref
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

RepositoryPath Reference

The following attributes are exported: