databricks_directory Resource

This resource allows you to manage directories in Databricks Workpace.

Example Usage

You can declare a Terraform-managed directory by specifying the path attribute of the corresponding directory.

resource "databricks_directory" "my_custom_directory" {
  path = "/my_custom_directory"
}

Argument Reference

The following arguments are supported:

Attribute Reference

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

Access Control

Import

The resource directory can be imported using directory path:

terraform import databricks_directory.this /path/to/directory

The following resources are often used in the same context: