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:
format
- (Optional) The archive format query parameter for downloading repository endpoint.ref_name
- (Optional) A filter to return only resources that match the given reference name.repository_id
- (Required) Unique repository identifier.
Attributes Reference
The following attributes are exported: