Data Source: oci_devops_repository_object_content

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

Retrieve contents of a specified object.

Example Usage

data "oci_devops_repository_object_content" "test_repository_object_content" {
    #Required
    repository_id = oci_devops_repository.test_repository.id
    sha = var.repository_object_content_sha

    #Optional
    file_path = var.repository_object_content_file_path
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: