Data Source: oci_devops_repository_diffs

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

Compares two revisions and lists the differences. Supports comparison between two references or commits.

Example Usage

data "oci_devops_repository_diffs" "test_repository_diffs" {
	#Required
	base_version = var.repository_diff_base_version
	repository_id = oci_devops_repository.test_repository.id
	target_version = var.repository_diff_target_version

	#Optional
	is_comparison_from_merge_base = var.repository_diff_is_comparison_from_merge_base
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

RepositoryDiff Reference

The following attributes are exported: