databricks_artifact_allowlist Resource

In Databricks Runtime 13.3 and above, you can add libraries and init scripts to the allowlist in UC so that users can leverage these artifacts on compute configured with shared access mode.

Example Usage

resource "databricks_artifact_allowlist" "init_scripts" {
  artifact_type = "INIT_SCRIPT"
  artifact_matcher {
    artifact   = "/Volumes/inits"
    match_type = "PREFIX_MATCH"
  }
}

Argument Reference

The following arguments are required:

One or more artifact_matcher blocks with the following arguments:

Attribute Reference

In addition to all arguments above, the following attributes are exported:

Attribute Reference

In addition to all arguments above, the following attributes are exported:

Import

This resource can be imported by name:

terraform import databricks_artifact_allowlist.this '<metastore_id>|<artifact_type>'

The following resources are used in the same context: