databricks_workspace_conf Resource

Manages workspace configuration for expert usage. Currently, more than one instance of resource can exist in Terraform state, though there's no deterministic behavior, when they manage the same property. We strongly recommend to use a single databricks_workspace_conf per workspace.

Example Usage

Allows specification of custom configuration properties for expert usage:

resource "databricks_workspace_conf" "this" {
  custom_config = {
    "enableIpAccessLists" : true
  }
}

Argument Reference

The following arguments are available:

Import