Data Source: oci_artifacts_repositories

This data source provides the list of Repositories in Oracle Cloud Infrastructure Artifacts service.

Lists repositories in the specified compartment.

Example Usage

data "oci_artifacts_repositories" "test_repositories" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	display_name = var.repository_display_name
	id = var.repository_id
	is_immutable = var.repository_is_immutable
	state = var.repository_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Repository Reference

The following attributes are exported: