databricks_registered_model Resource

This resource allows you to create Models in Unity Catalog in Databricks.

Example Usage

resource "databricks_registered_model" "this" {
  name         = "my_model"
  catalog_name = "main"
  schema_name  = "default"
}

Argument Reference

The following arguments are supported:

Attribute Reference

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

Access Control

Import

The registered model resource can be imported using the full (3-level) name of the model.

terraform import databricks_registered_model.this <catalog_name.schema_name.model_name>

The following resources are often used in the same context: