oci_generic_artifacts_content_artifact_by_path

Provides the Artifact By Path resource in Oracle Cloud Infrastructure Generic Artifacts Content service. This resource supports upload/download the content of a generic artifact by specifying the repository id, artifact path, and artifact version

Note

This resource is not supported to delete generic artifact. In order to delete generic artifact, you can use oci_artifacts_generic_artifact

Example Usage

resource "oci_generic_artifacts_content_artifact_by_path" "test_artifact_by_path" {
  #Required
  artifact_path  = var.artifact_path
  repository_id    = oci_artifacts_repository.test_repository.id
  version = var.version
  source = var.source
}

Argument Reference

The following arguments are supported:

* IMPORTANT * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

Attributes Reference

The following attributes are exported: