Data Source: oci_devops_repository_archive_content

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

Returns the archived repository information.

Example Usage

data "oci_devops_repository_archive_content" "test_repository_archive_content" {
    #Required
    repository_id = oci_devops_repository.test_repository.id

    #Optional
    format = var.repository_archive_content_format
    ref_name = var.repository_archive_content_ref_name
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: