Data Source: oci_generic_artifacts_content_artifact_by_path

This data source provides details about a specific Artifact By Path resource in Oracle Cloud Infrastructure Generic Artifacts Content service.

Get generic artifact content.

Example Usage

data "oci_generic_artifacts_content_artifact_by_path" "test_artifact_by_path" {
    #Required
    artifact_path = var.artifact_by_path_artifact_path
    repository_id = oci_artifacts_repository.test_repository.id
    version = var.artifact_by_path_version
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: